Has anyone else had any luck passing a Parameter from a cell in Excel, into Power Query? If i use the following line it works fine
api/v1/BaqSvc/HDTA-Rebate/?FiscalPeriod=9&FiscalYear=2022
I have followed any instructions i could find online for creating the Parameter but whenever i try to modify this line and run the query, where pPeriod is the Parameter that has been setup
api/v1/BaqSvc/HDTA-Rebate/?FiscalPeriod=pPeriod&FiscalYear=2022
I get the following error
DataSource.Error: Microsoft.Mashup.Engine1.Library.Resources.HttpResource: Request failed:
OData Version: 3 and 4, Error: The remote server returned an error: (400) Bad Request.
OData Version: 4, Error: The remote server returned an error: (500) Internal Server Error. (Internal Server Error)
OData Version: 3, Error: The remote server returned an error: (400) Bad Request.
Details:
DataSourceKind=OData
DataSourcePath=https://auseastdtapp00.epicorsaas.com/saas****/api/v1/BaqSvc/HDTA-Rebate
Is what im trying to achieve possible ? Am i doing something wrong? Any help that could be provided would be useful