Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Hello,
I have data in the following format:
And would like to create a table in my report in the following format:
Category 1 | Category 2 | |
Count 1 | 100 | 80 |
Count 2 | 50 | 30 |
Percentage 1 | 50% | 38% |
Count 3 | 40 | 40 |
Percentage 3 | 40% | 50% |
And this would change based on the slicer selection of the ID.
I am unsure of how to go about this.
Thank you very much.
Solved! Go to Solution.
Hello
see attached. All this is done in the energy consultation.
1. Take off the data
2. Then divide the columns.
obviously % sign will not apply when you have counts to the same extent, because you cannot mix data types to the same extent.
Proud to be a Super User!
Proud to be a Super User!
Here it is:
ID | Category 1 Count 1 | Category 2 Count 1 | Category 1 Count 2 | Category 2 Count 2 | Category 1 Percentage 1 | Category 2 Percentage 1 | Category 1 Count 3 | Category 2 Count 3 | Category 1 Percentage 2 | Category 2 Percentage 2 |
1 | 100 | 80 | 50 | 30 | 50.00% | 38.00% | 40 | 40 | 40.00% | 50.00% |
2 | 100 | 40 | 60 | 20 | 60% | 50% | 20 | 10 | 10% | 10% |
3 | 60 | 50 | 30 | 25 | 50% | 50% | 20 | 20 | 90% | 90% |
Thanks again
Hello
see attached. All this is done in the energy consultation.
1. Take off the data
2. Then divide the columns.
obviously % sign will not apply when you have counts to the same extent, because you cannot mix data types to the same extent.
Proud to be a Super User!
hi you accepted the solution then you changed your mind, would appreciate if you could remark it as the solution or provide thte solution.
Proud to be a Super User!
Check out the September 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
104 | |
98 | |
97 | |
41 | |
38 |
User | Count |
---|---|
151 | |
122 | |
78 | |
73 | |
67 |