Forum Discussion
idontexist
8 years agoHelper I
Calculate 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
8 years agoMicrosoft Employee
Hi idontexist,
Can you share the pbix file please? The relationship between two tables could affect the result.
Best Regards,
Dale
idontexist
8 years agoHelper I
Hi, v-jiascu-msft
i can do that, but you will not be able to see anything, as it's connected to live cube. And i don't have rights to grant you access.
- v-jiascu-msft8 years agoMicrosoft Employee
Hi 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
- idontexist8 years agoHelper I
- v-jiascu-msft8 years agoMicrosoft 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