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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
icarbajals
New Member

Details table in same page

Hi everyone,

 

I have a report with 2 schemas related through an ID_document. The first schema has the totals and the second has the details to drill down them.

 

I want to display one table using the totals_schema and a second table that remains empty until the user select a value (without using slicer visual) and then get the data from the details_schema.

 

I wasn't able to get the second table empty, waiting for the the user to select a value. Is this possible to achieve? Or do I need to use the "drill thru page" concept?

 

Thanks in advance

1 REPLY 1
amitchandak
Super User
Super User

@icarbajals , You can create a measure based on selectedvalue of one of more column and use that as visual level filter

 

int(calculate(isfiltered(Table[Column]) , allselected()) )

 

or

 

int(calculate(isfiltered(Table[Column]) || isfiltered(Table[Column2]) , allselected()) )

 

Check for value =1 for the above measure in the visual level filter of details

 

refer video from Guyinacube

https://www.youtube.com/watch?v=sXn-QZqLD-8

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.