Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Try your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now

Reply
GrandWizBiz
New Member

Multiple Percentages from a single column

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: 

MTTTPercent = ((100) / COUNT(FAULTS[SLANUM])) * SUM(FAULTS[SLANUM])
 
How would I go about introducing "Priority" into this forumla? I seem to be hitting a mental brick wall. 
 
Thanks 🙂 

 

 

2 REPLIES 2
Anonymous
Not applicable

Try changing it to

 

MTTTPercent = ((100) / List.Count(FAULTS[SLANUM])) * List.Sum(FAULTS[SLANUM])

 

--Nate

v-jingzhang
Community Support
Community Support

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!

Helpful resources

Announcements
Fabric Data Days is here Carousel

Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.