Forum Discussion
Kieran-q_20
Helper I
4 years agoDivide two card values
Hi Everyone, I'm having trouble dividing two card values in Power BI. There is a solution posted a couple of years ago but i couldnt quite follow the steps. I have two values through two seperat...
johnt75
Super User
4 years agoUse Performance Analyzer to get a copy of the DAX code generated for each code, and have a look at it in DAX Studio. That will tell you the exact filters being applied to the measure for each card. You can then apply the same filters in your calculation to do the division
Kieran-q_20
Helper I
4 years agoPerfect, thank you very much, i'll do it now.