Forum Discussion
abpgupta
5 years agoContinued Contributor
Sample Paginated report with Power BI Dataset
Hi All, Is there any sample rdl available with source as Power BI Dataset and multiple parameters applied to to Tables? I am facing challenge in passing parameters to it though same DAX quer...
- 5 years ago
I got solution using below Post:
https://community.powerbi.com/t5/Desktop/Paginated-report-with-multi-valued-parameter-not-working/td-p/848762
Anonymous
5 years agoNot applicable
HI abpgupta,
You can also take a look at the following link about parameters with paginated reports:
Create parameters for paginated reports in the Power BI service
BTW, power bi service parameter is different from the filters you used in DAX formulas. it interacts with the backend query table instead of the front data views. (for this scenario, it may change and regenerate the new data model tables) So you can't directly use filter to interact with query parameters.
Regards,
Xiaoxin Sheng