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
Durangodata
New Member

Dynamic filtering using Slicers

Hello BI Wizards,

I have a strange question that I am looking for a solution... I dont know if Im going in circles or is this really a tricky requirement.... and was wondering if you could help 🙂 , here goes -->

I have 2 tables

Tab 1

Project NameProject Status
Proj 1Green

Proj 2

Green
Proj 3Yellow
Proj 4Red

 

Tab 2

Project NameProject Status
Proj 5Green

Proj 6

Yellow
Proj 7Yellow
Proj 8Green

 

The requirement is to only have a Project Name Slicer from Tab 1 in the report. And the result should be a common table of the selected project from Tab 1 + projects from Tab 2 having the same Project status. So for example if the selected slicer value is Proj 3 , the result should be as below since the Project Status for all the three projects is Yellow:

 

Project Name
Proj 3

Proj 6

Proj 7

 

Any nudge in the right direction would be highly appreciated! 

 

Thanks,

Chaitra

1 REPLY 1
lbendlin
Super User
Super User

You're going in circles because this is not currently possible in Power BI/DAX.  You cannot dynamically  (ie based on a measure or filter selection) create data rows (as would be needed in your case) you can only dynamically take away (filter) data rows.

 

If you want to cheat then you can combine these tables during the data load, and then use filters to make it look like they were still separate.

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!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

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