Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hello!
I have a DQ report where I have slicer on Project name (coming from Project dimension) and a graph of project values (coming from fact table). Currently the slicer shows all the values present in project master data table. But I want to show only those project names which are present in the graph coming from fact table. How can I do that?
Regards
Priya
Solved! Go to Solution.
Hi @Anonymous ,
We can use table visual to work around instead of slicer. Here I created a measure and make the table visual filtered by the measure.
Measure = IF(MAX('dimension'[Project]) in VALUES('fact'[project]),1,0)
Pbix as attached.
Hi @Anonymous ,
We can use table visual to work around instead of slicer. Here I created a measure and make the table visual filtered by the measure.
Measure = IF(MAX('dimension'[Project]) in VALUES('fact'[project]),1,0)
Pbix as attached.
Thank you for your reply. But I am not able to choose more than one projects when I am using this table as a slicer. How can I achieve that?
Regards
Priya
Hi @Anonymous ,
We can choose more than on projects by CTRL+left click in table visual.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 74 | |
| 50 | |
| 48 | |
| 46 |