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

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

Reply
wangjuan303
Helper III
Helper III

How to conditional Drill Through according Column value

Hi , everyone, Have a report, need according to Type column value to drill through to different report, 

when Type is Stock, will drill through to report 1, this report show east and west sales, 

when Type is Market, will drill through to report 2, this report will show north and south sales

how to setting Drill through  and how to conditional drill-through report, 

Thank you

wangjuan303_0-1638844844689.png

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@wangjuan303 , You need to use drill through button for that , Create a measure to return page and use that measure in fx of action 

 

page measure =  Switch ( True() ,

max(Table[Type])  ="Stock" , "Page1",

max(Table[Type])  ="Market" , "Page2",

"Page3"

)

 

refer

https://visualbi.com/blogs/microsoft/powerbi/conditionally-drill-action-power-bi/

https://www.youtube.com/watch?v=4Qy-bksqExI

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

View solution in original post

1 REPLY 1
amitchandak
Super User
Super User

@wangjuan303 , You need to use drill through button for that , Create a measure to return page and use that measure in fx of action 

 

page measure =  Switch ( True() ,

max(Table[Type])  ="Stock" , "Page1",

max(Table[Type])  ="Market" , "Page2",

"Page3"

)

 

refer

https://visualbi.com/blogs/microsoft/powerbi/conditionally-drill-action-power-bi/

https://www.youtube.com/watch?v=4Qy-bksqExI

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
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors