Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I searched the forum not able to find the solution for below. The dataset has top defects types, I can show each type of defects as count but I want to also show these (each defect type) count of total defect type out of the total defect count. This is text field not able to find a solution for this.
e.g. in below for Ticket idle % will 3/ 6*100 = 50 %
Please help
Solved! Go to Solution.
Hi @prady2581
Two methods
1.
2. create a measure
Measure = DIVIDE ( CALCULATE ( COUNT ( Sheet4[ticket] ), ALLEXCEPT ( Sheet4, Sheet4[gap reasons] ) ), CALCULATE ( COUNT ( Sheet4[ticket] ), ALL ( Sheet4 ) ) )
Best Regards
Maggie
Hi @prady2581
Two methods
1.
2. create a measure
Measure = DIVIDE ( CALCULATE ( COUNT ( Sheet4[ticket] ), ALLEXCEPT ( Sheet4, Sheet4[gap reasons] ) ), CALCULATE ( COUNT ( Sheet4[ticket] ), ALL ( Sheet4 ) ) )
Best Regards
Maggie
try to add measure
new measure = divide(count([Gap Reasons]);countx(All([Gap Reasons]);[Gap Reasons])
thanks! this a good solution.
One additional problem: how could the expression be written in order to also consider a specific period of time in the dataset?
For example, my dataset is broken down by month and, when I filter in my visualizations by a specific month, the percentages don't change because the expression is considering the full dataset.
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
72 | |
72 | |
71 | |
51 | |
48 |
User | Count |
---|---|
45 | |
38 | |
33 | |
30 | |
28 |