Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!See when key Fabric features will launch and what’s already live, all in one place and always up to date. Explore the new Fabric roadmap
I have sample dataset of patients who have done treatment from hospitals
patient no and category
patient number is a patient unique number
category is of cash,insurance etc
i want to create new table in visual form with percentage. pls check two table visual
like if cash Self pay count is 507 (count of patient number), and percentage of self pay is 42.71% (G. Total Percentage).
i want to create new visual with percentage in single table
e.g self pay - 507(42.71%)
please help
Solved! Go to Solution.
@sondhboyz , Assuming this a matrix visual a and No of the patient is the measure
divide([No of patient], calculate([No of patient], removefilters(Table[category]) ) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
@sondhboyz , Assuming this a matrix visual a and No of the patient is the measure
divide([No of patient], calculate([No of patient], removefilters(Table[category]) ) )
Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s
User | Count |
---|---|
91 | |
74 | |
71 | |
58 | |
55 |
User | Count |
---|---|
41 | |
39 | |
34 | |
32 | |
30 |