Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
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?
Hi, @krist_pbi
I create a sample table:
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
Put fields in matrix visual, here is my preview:
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.
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
92 | |
88 | |
83 | |
76 | |
49 |
User | Count |
---|---|
146 | |
137 | |
109 | |
68 | |
55 |