Forum Discussion
How to calculate the conversion rate using 02 columns
- 5 years ago
pforchito I created few measure for you to understand how it works but you can always put all these in one measure:
Count Rows = COUNTROWS ( YourTable ) Count Category = CALCULATE ( [Count Rows], REMOVEFILTERS ( YourTable[Stage] ) ) % = DIVIDE ( [Count Rows], [Count Category] )Check my latest blog post Improve UX: Show Year in Legend When Using Time Intelligence Measures | PeryTUS IT Solutions I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
pforchito I created few measure for you to understand how it works but you can always put all these in one measure:
Count Rows = COUNTROWS ( YourTable )
Count Category = CALCULATE ( [Count Rows], REMOVEFILTERS ( YourTable[Stage] ) )
% = DIVIDE ( [Count Rows], [Count Category] )
Check my latest blog post Improve UX: Show Year in Legend When Using Time Intelligence Measures | PeryTUS IT Solutions I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡