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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Measure not working?

I have my measure:

 

DIVIDE

(

   SUM(Fact[Hours])  -   CALCULATE (SUM( Fact[Hours2]) ,  ALL(Fact) ,  Fact[Type]="D" ),

   SUM(Fact[Hours])

)

 

 

It works fine.

 

But now I want to use it in another measure to do:

 

SUM(Fact[Hours])   * MAX(MyMeasure)

 

And it doesn’t work…  Why can't I do MAX(MyMeasure)?

1 ACCEPTED SOLUTION
isjoycewang
Solution Supplier
Solution Supplier

Hi @Anonymous,

 

Please refer to MAX Intro article: https://learn.microsoft.com/en-us/dax/max-function-dax

MAX() only references a column. If you want to use MAX(), a quick workaround might be to transform your measure to a calcualated column.

 

Best Regards,

Joyce

View solution in original post

1 REPLY 1
isjoycewang
Solution Supplier
Solution Supplier

Hi @Anonymous,

 

Please refer to MAX Intro article: https://learn.microsoft.com/en-us/dax/max-function-dax

MAX() only references a column. If you want to use MAX(), a quick workaround might be to transform your measure to a calcualated column.

 

Best Regards,

Joyce

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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

Top Solution Authors