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
JuliaOnStock
Regular Visitor

drilling down \ filtering \ navigating from matix cell

Hi, I am just getting started with Power BI

 

1.My data source is SQL server ,and I am free to design it the way I want

 

2.The DB contain information about products

 

3.I need to display something like the following matrix 

 

Type Quantity Income Cost

A          10          1000     500

B           20         2000      500

C           30         3000      100

ALL       60         6000     1100

 

The martix display information about products , as you can see I have 10 product of type A in the Quantity (can be a single table for each categroy : quantityTable  ,incomeTable ,costTable  or one table for all )

 

Upon clicking 10 , I need to to go to a products report page and display 10 products of Type A from Quantity

Upon clicking Quantity I need  to to go to a products report page and display 60 (All) products from Table Quantity

 

 

 

Thanks in advance

1 ACCEPTED SOLUTION

Hi @JuliaOnStock,

Based on my test, you could refer to below steps:

Sample data:

1.PNG

Create a measure and create a matrix visual in page one

Measure:

Quantity = COUNT(Table2[Type])

2.PNG

Create a tabel in page 2 and add the [Type] column to the 'DRILLTHROUGH' filter.

3.PNG

Now you could get the correct result.

Before click:

1.PNG

After click:

2.PNG

You could download the pbix file to have a view:

https://www.dropbox.com/s/lvf41r8sq4mpzs8/drilling%20down%20%20filtering%20%20navigating%20from%20ma...

 

Regards,

Daniel He

Community Support Team _ Daniel He
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
JuliaOnStock
Regular Visitor

Hi, I am just getting started with Power BI

 

1.My data source is SQL server ,and I am free to design it the way I want

 

2.The DB contain information about products

 

3.I need to display something like the following matrix 

 

Type Quantity Income Cost

A          10          1000     500

B           20         2000      500

C           30         3000      100

ALL       60         6000     1100

 

The martix display information about products , as you can see I have 10 product of type A in the Quantity (can be a single table for each categroy : quantityTable  ,incomeTable ,costTable  or one table for all )

 

Upon clicking 10 , I need to to go to a products report page and display 10 products of Type A from Quantity

Upon clicking Quantity I need  to to go to a products report page and display 60 (All) products from Table Quantity

 

 

 

Thanks in advance

 

Hi @JuliaOnStock,

Based on my test, you could refer to below steps:

Sample data:

1.PNG

Create a measure and create a matrix visual in page one

Measure:

Quantity = COUNT(Table2[Type])

2.PNG

Create a tabel in page 2 and add the [Type] column to the 'DRILLTHROUGH' filter.

3.PNG

Now you could get the correct result.

Before click:

1.PNG

After click:

2.PNG

You could download the pbix file to have a view:

https://www.dropbox.com/s/lvf41r8sq4mpzs8/drilling%20down%20%20filtering%20%20navigating%20from%20ma...

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Thanks! it is working

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.