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

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
h_l
Post Patron
Post Patron

Display Table Visual When Something is Selected in Another Table Visual

Hello,

 

Is it possible keeping Table2 as blank (display nothing) until anything is selected in Table1?

h_l_0-1622728236724.png

 

 

A Measure is applied in Table1, the Measure cannot be applied to Slicer or breakdown by other Column. So the only way I can image is to let user select somthing in Table1, then list selected items and their breakdown in Table2.

 

Thanks in advance.

H

 

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

Hi @h_l ,
Through your description, I tried an example and create flag measure by the following formula:

 

 

flag = IF(ISFILTERED('Table 2'[ID]),1,0)

 

 

Then apply it into table2’s visual filter:

v-yalanwu-msft_6-1623121936289.jpeg

The final output is shown below:

v-yalanwu-msft_7-1623121943280.pngv-yalanwu-msft_0-1623202145866.png

 

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

4 REPLIES 4
v-yalanwu-msft
Community Support
Community Support

Hi @h_l ,
Through your description, I tried an example and create flag measure by the following formula:

 

 

flag = IF(ISFILTERED('Table 2'[ID]),1,0)

 

 

Then apply it into table2’s visual filter:

v-yalanwu-msft_6-1623121936289.jpeg

The final output is shown below:

v-yalanwu-msft_7-1623121943280.pngv-yalanwu-msft_0-1623202145866.png

 

Best Regards,
Community Support Team_ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thank you!

Nathaniel_C
Super User
Super User

Hi @h_l , you could use a bookmark and a button perhaps with a measure ALLSELECTED.  The bookmark would show a blank visual until something is selected, and then show the table 2. Not sure if this is what you are looking to do.
https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-bookmarks

Let me know if you have any questions.

If this solves your issues, please mark it as the solution, so that others can find it easily. Kudos 👍are nice too.
Nathaniel





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Hi @Nathaniel_C , sounds like a workaround.

But would you mind to introduce more detail steps...

I am still new to PBI, what I know is how to create a bookmark to "reset" everything on page, about what you recommended, bookmark work with Measure, have little idea.

 

Thank you.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.