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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
Anonymous
Not applicable

Measure that works on individual values in a group

Hi all,

 

I've created a measure that looks at one field in a table, ISSUE PRIORITY (values can be normal, major, critical) and then compares another field, REACTION TIME with the relevant user input parameter (The user inputs a value for each priority) and if the reaction time is higher thatn the parameter, it flags it as a violation. The user can then use this to filter to show only violations.

Being a measure, I have to use max(priority) rather than priority in it. This works when each ticket is displayed separately, like in a table.

However, if I'm looking at grouped values, such as number of violations per month, in a line graph, it won't work as the measure will look only at the max(priority) of that month, so it will look at one issue. I need it to still look at each individual issue, work out which are violations so the user can filter on just them and then group them so we can look at metrics by the month such as number of violations, average reaction time etc. Possible? Can someone point me in the right direction if so?

1 REPLY 1
Daryl-Lynch-Bzy
Resident Rockstar
Resident Rockstar

Hi @Anonymous - It is difficult to help without a understanding of the Data Model and Visualisation. could you provide a sample file or details of the DAX function that you are using? 

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.