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

show dynamic pages based on table selection from filter

Hi, I'm new to this. I want To show dynamic pages based on table selection .

Eg : Table 1

     

IdAddress
1abc
2pqr

 

Table 2

     

Id NameAge
2abc10
3mn11

 

 

on dashboard on selection of any table , data should de shown for that particular table like

If table 1 is selected then only its data should be shown.

Also, how to add table names in a filter.

 

Any help will be thankfull.

1 ACCEPTED SOLUTION
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Thanks for reaching out to us.

One idea, try this measure,  and put it into visual-level filter

filter = 
VAR _t= SELECTEDVALUE('FILTER'[NAME])
return
SWITCH(TRUE(),
"TABLE1" = _t,1,
"TABLE2" = _t,2)

vxiaotang_1-1664532122089.pngvxiaotang_2-1664532141804.png

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-xiaotang
Community Support
Community Support

Hi @Anonymous 

Thanks for reaching out to us.

One idea, try this measure,  and put it into visual-level filter

filter = 
VAR _t= SELECTEDVALUE('FILTER'[NAME])
return
SWITCH(TRUE(),
"TABLE1" = _t,1,
"TABLE2" = _t,2)

vxiaotang_1-1664532122089.pngvxiaotang_2-1664532141804.png

 

 

Best Regards,

Community Support Team _Tang

If this post helps, please consider Accept it as the solution to help the other members find it more quickly.

Greg_Deckler
Community Champion
Community Champion

@Anonymous Are you trying to say when you select a table in the Fields pane only it's information is shown or ?? You could accomplish what you want (well, I don't really understand what you want) but you could accomplish what you sort of describe by using buttons and bookmarks to hide and show visuals.



Follow on LinkedIn
@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
DAX For Humans

DAX is easy, CALCULATE makes DAX hard...

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.