Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hello All,
Hope i can get your expert help.
I have a calculated column with two statuses - Pass & Fail
I want to show the percentage of Pass items within a card.
Can someone guide me on this please?
Thank you
Solved! Go to Solution.
Hi @DairyG1
Please use
Pass% = Divide(
Calculate(Count(PassFailCouln),PassFailCouln="Pass"),
Count(PassFailCouln))
Change the datatype of the measure as Percentage
Proud to be a Super User! | |
Hi @DairyG1
Please use
Pass% = Divide(
Calculate(Count(PassFailCouln),PassFailCouln="Pass"),
Count(PassFailCouln))
Change the datatype of the measure as Percentage
Proud to be a Super User! | |
Hello @DairyG1 ,
so what you can do is count all the rows and count rows with specific statuse and then divide the counted rows with each status with the all rows.
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
@Idrissshatila - thanks but can you elborate on how that would be written please
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
107 | |
105 | |
89 | |
61 |
User | Count |
---|---|
168 | |
138 | |
134 | |
102 | |
86 |