Forum Discussion
Displaying % as Ratio
- 9 years ago
Hi Anonymous
No worries, please see below the proposed solution.
Here is the measure that I createdColumn E Result = "1:" & ROUND(CALCULATE(SUM('Table1'[A])/SUM('Table1'[B])),0)And this is what the result looks like
Hi Anonymous
No worries, please see below the proposed solution.
Here is the measure that I created
Column E Result = "1:" & ROUND(CALCULATE(SUM('Table1'[A])/SUM('Table1'[B])),0)And this is what the result looks like
Hi GilbertQ , Can you please assist me in my scenario.
I have created a ratio and am trying to place it in MATRIX visual as have to display data in following manner -
Consultant | Total Leads submitted | Count of Approved Leads but no orders | Leads not approved | Count of Approved Leads and orders Placed | Total Leads : Approved Leads and orders Placed |
A | 47 | 2 | 35 | 10 | =Round(47/10,0) &":1" = 5 : 1 |
B | 20 | 5 | 5 | 10 | 2 : 1 |
When I am trying to do the same in matrix visual it is not happening. When I place ratio without the columns with count then it is working - image below is as per data of Consultant A above
Also, another query is, since it is creating ratio in text format, I wish to sort the ratios with lowest ratio on top to highest ratio.
Example: instead of 2:1, 37:1 then 5:1 wish to display information as 37:1, 5:1 then 2:1
Please let me know.
Thanks.
Regards,
Ashish