The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello Everyone,
I have a dataset that is imported in the desktop version and includes city names and the success of a test in those cities as follows. test_success is a binary column where 1 represents success.
city | test_success |
a | 1 |
b | 0 |
c | 0 |
a | 1 |
d | 1 |
c | 0 |
b | 1 |
I would like to create a table or pie chart that shows the total number of tests held in each city as well as the proportion of success of the tests in each city, so the outcome would show three columns:
So, in this case, the percentage of success rate in each city is equal to the total number of success divided by the total number of tests in each city.
I hope someone can help me with this request.
Much appreciated
Solved! Go to Solution.
You can calculate in following way
Proud to be a Super User!
Thank you for your reply 🙂
Could you please Mark my post as a solution?
Proud to be a Super User!
You can calculate in following way
Proud to be a Super User!
User | Count |
---|---|
74 | |
70 | |
39 | |
30 | |
28 |
User | Count |
---|---|
104 | |
95 | |
51 | |
48 | |
46 |