Forum Discussion
Dynamic Parameters with SAP BW BEX
- 7 years ago
I was able to achieve this solution with help of some blogs.
Below is the example on how to pass the parameters in the SAP BW query.
First you need to define your parameter , in my case it was Fiscal Year
#"GetParameterValue" = "[" & (Fiscal_year) & "]",
Then you need to use the above parameter in the cubeApplyParameter query as shown below.
{Cube.ApplyParameter, "[0S_FYEAR]", {{"[0FISCYEAR]." & #"GetParameterValue", "[0FISCYEAR]." & #"GetParameterValue" }}},
So your single query can load 1 year of data into PowerBI, and after that you loaded total of 3 years of data into powerbi service using parameter using that single query? and its working fine every since?
yes , everything is working fine without any issues.
Moreover i am using Power BI Premium for this.
- Anmolgan6 years agoPost Prodigy
Is there any reason for using powerbi premium? what is your SAP BW System configurations??
- Anmolgan6 years agoPost ProdigyDo you know of any ways to perform delta load for SAPBW into powerbi service?
- ncbshiva6 years agoAdvocate V
To use linked entities i am using Premium service and i dont know about the SAP BW configurations.
That is being maintained by some other team