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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
JoeKat07
Frequent Visitor

Over threshold by quarter

i'm trying to find if a client goes over a threshold of hours by quarter. Here is the table i'm working with. I'm completely lost on this one

 image.png

2 ACCEPTED SOLUTIONS
MarkS
Resolver IV
Resolver IV

Hi,

Try creating this measure

Over/Under Threshold = if(SUM(Table1[Hours])>MAX(Table1[Threshold]),"Over","Under")

Add it to a table visual and filter the Over/Under Threshold to contains Over

View solution in original post

Close, but if you look carefully each of the project id's have a different threshold. I need it to be calculated for each individual threshold

View solution in original post

4 REPLIES 4
MarkS
Resolver IV
Resolver IV

Hi,

Try creating this measure

Over/Under Threshold = if(SUM(Table1[Hours])>MAX(Table1[Threshold]),"Over","Under")

Add it to a table visual and filter the Over/Under Threshold to contains Over

Close, but if you look carefully each of the project id's have a different threshold. I need it to be calculated for each individual threshold

Hi @JoeKat07,

You have resolved your issue? If not, you'd better list the expected result in an example. So that we can post the solution which is close to your requirement.

Thanks.
Angelia

Hi,

The formula calculates the threshold of each Project ID, year, and Quarter when put in a table visual with these values.SS06052017.PNG

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.