Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
Scenario:
Program Manager is responsible for 4 projects and all project related reports are available in MS-Power BI
Whenever program manager logs in, he is clicking on a specific project code in the portal to see the health check reports
Please suggest, how to pass the selected project parameter during runtime to show project specific dashboard to program manager.
Program manager do not want to use dashboard filter for selection of project code because Power BI reports are embedded in the project specific pages in the portal.
Hi @RashmitaR,
We can pass parameters in report URL to filter data, format should like below:
ReportURL?filter=tableName/columnName eq 'value'
Reference:
Passing parameters to Power BI filter programmatically
Best Regards,
Qiuyun Yu