Forum Discussion
idontexist
Helper I
8 years agoCalculate several numeric values
Hi guys, I need to calculate values like the following: Plan Fact New measure 15 15 15 15 15 15 15 15 15 ...
v-jiascu-msft
Microsoft Employee
8 years agoHi idontexist,
As far as I know, we can't create a measure in the mode live to SSAS cube. Did I miss something?
Best Regards,
Dale
idontexist
Helper I
8 years ago- v-jiascu-msft8 years ago
Microsoft Employee
Hi idontexist,
Hasonevalue could work. Please see the example below. What's your report like? Can you share a snapshot?
Measure 6 = IF ( HASONEVALUE ( 'DimProduct'[ClassName] ), SUM ( FactSales[SalesQuantity] ), 0 )Best Regard,
Dale