Forum Discussion
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 queries work fine in PBI Desktop with slicers.
Thanks for help!
I got solution using below Post:
https://community.powerbi.com/t5/Desktop/Paginated-report-with-multi-valued-parameter-not-working/td-p/848762
3 Replies
- GilbertQSuper User
Hi abpgupta
Have you had a look at this post and completed the steps?
Solved: Paginated Reports Parameters - Microsoft Power BI Community
- AnonymousNot 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 serviceBTW, 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
- abpguptaContinued Contributor
I got solution using below Post:
https://community.powerbi.com/t5/Desktop/Paginated-report-with-multi-valued-parameter-not-working/td-p/848762