Forum Discussion
data filtering in Power BI
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.
1 Reply
- v-qiuyu-msftCommunity Support
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 programmaticallyBest Regards,
Qiuyun Yu