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
phoisan
Helper I
Helper I

Disable drillthrough to certain detail pages

Hi,

 

I have a master page and it able to drillthrough to few detail page 1, detail page 2 and detail page 3 by click on the product Id.

 

Product ID

B00001

A00002

B00003

A00004

 

I want Product ID B00001 and B00003 able drillthrough to detail page 1 and page 3, Product ID A00002 and A00004 only able drillthrough to detail page 2.

 

Is it possible to do that in power bi?

 

 

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

Hi @phoisan ,

 

You could use the drill-through button.  I create a sample, you could reference it to have a try.

Selection = SELECTEDVALUE('Table'[Product ID])

A00002 = 
If([Selection]=="A00002" || [Selection] = "A00004", "A00002", "See Details")

B00001 = 
If([Selection]=="B00001" , "B00001", "See Details")

B00003 = 
If([Selection]=="B00003" , "B00003", "See Details")

1.gif

 

Reference:

Create a drill-through button in Power BI 

 

Best Regards,
Xue Ding
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

3 REPLIES 3
v-xuding-msft
Community Support
Community Support

Hi @phoisan ,

 

You could use the drill-through button.  I create a sample, you could reference it to have a try.

Selection = SELECTEDVALUE('Table'[Product ID])

A00002 = 
If([Selection]=="A00002" || [Selection] = "A00004", "A00002", "See Details")

B00001 = 
If([Selection]=="B00001" , "B00001", "See Details")

B00003 = 
If([Selection]=="B00003" , "B00003", "See Details")

1.gif

 

Reference:

Create a drill-through button in Power BI 

 

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

Briliant, did the job! Thank you for your reponse. I'm new to Power BI and  I don't know that have such features in Power BI

amitchandak
Super User
Super User

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.