The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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!