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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

Convert Calculated Column measure formula error

Hi Experts

 

How could i amend the current measure which work fine in IMPORT mode - to work in DIRECT QUERY Mode...

AOV = CALCULATE(SUM(FACTSalesOrderTable[Gross_Order_Value]),ALLEXCEPT(FACTSalesOrderTable,FACTSalesOrderTable[increment_id]))

 

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , This should work as a measure in direct query , are you facing any issue

 

AOV = CALCULATE(SUM(FACTSalesOrderTable[Gross_Order_Value]),

ALLEXCEPT(FACTSalesOrderTable,FACTSalesOrderTable[increment_id]))

 

 

or

 

AOV = CALCULATE(SUM(FACTSalesOrderTable[Gross_Order_Value]),

filter(allselected(FACTSalesOrderTable),FACTSalesOrderTable[increment_id] = max(FACTSalesOrderTable[increment_id])))

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube
Anonymous
Not applicable

hi AMit i am getting the following error usinf forst measure and the second measure give the wrong end result.

Capture.PNG

Anonymous
Not applicable

checking the second formula amit...and thanks

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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