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

The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!

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
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! It's time to submit your entry.

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

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.