The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have a paginated report that takes user input from a parameter (clientID) and then this value is passed in the where clause in my dataset.
The reports runs instantly in Report Builder, but when I publish the report to the Server and run the report in the app, even though I input the clientID as a parameter, it continues to fetch all data - I'm only expecting the report to retrieve one report for that particular clientID.
Any ideas on a solution?
Solved! Go to Solution.
After further testing, it seems the report in the published app ignores all the parameters chosen, that's why it fetching all data.
Has anyone else found this? When I use the local .rdl file, everything works.
No idea what the problem was, but when I've republished the paginated report - everything is working as expected.
After further testing, it seems the report in the published app ignores all the parameters chosen, that's why it fetching all data.
Has anyone else found this? When I use the local .rdl file, everything works.