Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
Anonymous
Not applicable

Filtering Slicer with Report values

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

1 ACCEPTED SOLUTION
v-frfei-msft
Community Support
Community Support

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)

Capture.PNG

 

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

View solution in original post

3 REPLIES 3
v-frfei-msft
Community Support
Community Support

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)

Capture.PNG

 

Pbix as attached.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.
Anonymous
Not applicable

Hi @v-frfei-msft 

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.

 

Community Support Team _ Frank
If this post helps, then please consider Accept it as the solution to help the others find it more quickly.

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.