cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

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

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors