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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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

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

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.