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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
dikssha
Regular Visitor

Add drill down option in matrxi visual

I have 2 page- Main, Detailed. Main has a matrix visual with 3 columns- Project name, Start year and Capacity. Detailed page has information of the project and has been set as drillthrough based on Project name. So, if use will right click on any project in the Main page visual and select drill through then Detailed page will show all the information for that particular project.

I want to make it clickable so that instead of right click and then select drill through, user use click on a project in the the Main page visual and Deatiled page show the information.

1 ACCEPTED SOLUTION
grazitti_sapna
Super User
Super User

Hi @dikssha,

 

In Microsoft Power BI, drillthrough from a matrix/table always requires right-click by default. Direct left-click navigation from a row is not supported natively.

 

You can alternatively do below to achieve this

 

Add a button on home page

set action on

Set Type to Drill through

Set Destination to detailed page

New when user selects a project and hit this button he'll be directed to detailed page view.

 

Alternatively, you can add adetailed column in matrix

Set Conditional formatting to Web URL

And create a dynamic link to detailed page like below

 

Project URL =
"https://app.powerbi.com/groups/me/reports/ReportID/ReportSection?filter=Table/ProjectName eq '"
& SELECTEDVALUE(Table[Project Name]) & "'"

 

Now when the user selects a row and hit details link, user will be redirected to the detailed page 

 

🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!

View solution in original post

2 REPLIES 2
cengizhanarslan
Super User
Super User

Power BI doesn’t support “single left-click = drillthrough” on a Matrix out of the box. Left click is reserved for cross-filtering/highlighting, so drillthrough is intentionally on the right-click context menu. As an alternative you could:

 

  1. On the Main page, insert a Button (Blank or Navigator).

  2. Set Action = Drill through

  3. Set Destination = Detailed

  4. Keep “Maintain filters” on, if you want slicers to carry over.

_________________________________________________________
If this helped, ✓ Mark as Solution | Kudos appreciated
Connect on LinkedIn | Follow on Medium
AI-assisted tools are used solely for wording support. All conclusions are independently reviewed.
grazitti_sapna
Super User
Super User

Hi @dikssha,

 

In Microsoft Power BI, drillthrough from a matrix/table always requires right-click by default. Direct left-click navigation from a row is not supported natively.

 

You can alternatively do below to achieve this

 

Add a button on home page

set action on

Set Type to Drill through

Set Destination to detailed page

New when user selects a project and hit this button he'll be directed to detailed page view.

 

Alternatively, you can add adetailed column in matrix

Set Conditional formatting to Web URL

And create a dynamic link to detailed page like below

 

Project URL =
"https://app.powerbi.com/groups/me/reports/ReportID/ReportSection?filter=Table/ProjectName eq '"
& SELECTEDVALUE(Table[Project Name]) & "'"

 

Now when the user selects a row and hit details link, user will be redirected to the detailed page 

 

🌟 I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
💡 Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
🎖 As a proud SuperUser and Microsoft Partner, we’re here to empower your data journey and the Power BI Community at large.
🔗 Curious to explore more? [Discover here].
Let’s keep building smarter solutions together!

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.