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

View all the Fabric Data Days sessions on demand. View schedule

Reply
crsmith3
Frequent Visitor

Same DAX Calc - diiferent answer: Import v Direct Query

Hi, I have created a market share calculation:

 

Market Share =
DIVIDE (
    SUM ( 'Sales Invoice'[Invoice Amnt (LCY)] ),
    CALCULATE ( SUM ( 'Sales Invoice'[Invoice Amnt (LCY)] ), ALL ( Customer[Customer.Customer] ) )

)

 

This works perfectly in 'Import Mode' but when i recreate the dax in 'DirectQuery' the second part of the dax doesnt work - it returns the sales value for the filtered customer. therefore returns 100% market share.

 

I have check the tick box for 'allow unrestricted measures in directquery mode' but still no luck.

 

Is this a limitation of directquery?

 

Thanks,

 

Chris

 

ps - my table names are slightly different in my warehouse & cube.

 

SnipImage.JPGSnipImage.JPG

 

 

 

 

 

1 ACCEPTED SOLUTION
crsmith3
Frequent Visitor

Used ALLEXCEPT, instead of ALL which gave me the expected results.

View solution in original post

1 REPLY 1
crsmith3
Frequent Visitor

Used ALLEXCEPT, instead of ALL which gave me the expected results.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors