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 ...
Zubair_Muhammad
Community Champion
8 years agoHI idontexist
Try adding if hasonevalue before your MEASURE
If(hasoneValue(LocalMEasure[Plan]), YourMEASURE)
- idontexist8 years ago
Helper I
- Zubair_Muhammad8 years ago
Community Champion
- idontexist8 years ago
Helper I
It's plan for store for all days in month. Table "plan" contains 3 columns: date, store code and value. Value already calculated before downloading in live cube, so it's just number.