Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi,
Work in the managed services industry, I have a single column called "Priority", which tracks the urgency of tickets within a ticketing system, results can be 1,2,3,4.
Each priority has its own unique SLA (a target) which pushes analysts to pick tickets up in agreed times.
I already have a measure which tracks total SLA adherance across ALL tickets but I want to be able to break it down for each individual priority.
Much current forumla is:
Try changing it to
MTTTPercent = ((100) / List.Count(FAULTS[SLANUM])) * List.Sum(FAULTS[SLANUM])
--Nate
Hi @GrandWizBiz
Your current measure is dynamic. You can add "Priority" column and the measure into a table visual to see its result for every priority. The results should be different.
If the results cannot meet your need, can you please share some dummy data and expected output in table format? Please explain how you want to break it down for each individual priority too. This can help us understand your requirement better and try to provide a detailed solution.
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |
| User | Count |
|---|---|
| 11 | |
| 9 | |
| 5 | |
| 5 | |
| 4 |