when referencing non-aggregateable attributes of a multidimensional model in DAXMD the syntax is different to attributes that have IsAggregateable=Truefor IsAggregateable=True columns can be referenced using 'MyTable'[MyColumn.Key0]EVALUATE SUMMARIZE( 'Date', 'Date'[Calendar Year.Key0], "Amt", 'Financial Reporting'[Amount])for IsAggregateable=False columns can be referenced using 'MyTable'[MyColumn.UniqueName]EVALUATE SUMMARIZE( All('Scenario'), 'Scenario'[Scenario.UniqueName], "Amt", 'Financial Reporting'[Amount])if i change the IsAggregateable-property of the scenario attribute to True, it works with .Key0
Product Language
Version
Category
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Platform
Virtualization