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 September 15. Request your voucher.
Hi Team,
My client required dynamic column selection i.e field parameters & needed to be exported to CSV more than 250 k records into csv
How to use field parameters in Paginated report?
Solved! Go to Solution.
Hi @vikasmahajan ,
You can try to use it in the report's data model by merging the parameter into the report's DAX query or expression to dynamically filter or change the displayed data based on the parameter's value.
Power BI – Using Field Parameters in Paginated Reports – Random Procrastination (gosbell.com)
Power BI Paginated Reports Using Fields as Paramet... - Microsoft Fabric Community
For exporting data to CSV for paginated report, you can check the following link.
Export Power BI paginated report to a CSV file - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thanks let me try and get back to you
Hi @vikasmahajan ,
You can try to use it in the report's data model by merging the parameter into the report's DAX query or expression to dynamically filter or change the displayed data based on the parameter's value.
Power BI – Using Field Parameters in Paginated Reports – Random Procrastination (gosbell.com)
Power BI Paginated Reports Using Fields as Paramet... - Microsoft Fabric Community
For exporting data to CSV for paginated report, you can check the following link.
Export Power BI paginated report to a CSV file - Power BI | Microsoft Learn
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.