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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors