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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
krist_pbi
Frequent Visitor

Hierachy within metrics

Hey

 

I'm building a weekly scorecard and need the following:

 

I'd like to show weekly let's say conversion rate, but in the drill down show the two variables that are connected to the conversion rate ( clients in one row, and leads in the next row below) which are the variables to calculate the conversion rate, I need to replicate this for all the metrics I have, but the logic would be the same

 

Any thoughts on this? 

1 REPLY 1
Anonymous
Not applicable

Hi, @krist_pbi 

I create a sample table:

vyohuamsft_0-1727922767301.png

Then create a new measure and calculated column, here is DAX expression.

Measure:

Conversion Rate = DIVIDE(SUM('Table'[Clients]), SUM('Table'[Leads]), 0)

Column:

Week Start = 'Table'[Date] - WEEKDAY('Table'[Date], 2) + 1

vyohuamsft_1-1727922928412.png

 

Put fields in matrix visual, here is my preview:

vyohuamsft_2-1727923026505.png

 

How to Get Your Question Answered Quickly

Best Regards

Yongkang Hua

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

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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