Difference in DAX between Excel Versions

jak82

Board Regular
Joined
Apr 28, 2016
Messages
146
Hi,

In myu previous role I used Excel 2016 not in my current I am back using Excel 2010.

In 2016 I could use dax to count(customer[keys]) and that would number of keys against the category
However If I run the same code in 2010 I get an error saying it must have aggregation ie sum etc.... Also it seems to treat strings differently as well.

This seems to be different behaviour... Has anyone else came across this.

Thanks
 
Last edited:

Excel Facts

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
Should function the same in both versions. However, I recently had the same problem with using count for a numeric value that was giving me an error, then realized the numeric value was formatted as TEXT and instead used COUNTA to count TEXT..
 
Upvote 0

Forum statistics

Threads
1,213,557
Messages
6,114,288
Members
448,563
Latest member
MushtaqAli

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top