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 ...
Zubair_Muhammad
8 years agoCommunity Champion
HI idontexist
Try adding if hasonevalue before your MEASURE
If(hasoneValue(LocalMEasure[Plan]), YourMEASURE)
- idontexist8 years agoHelper I
- Zubair_Muhammad8 years agoCommunity Champion
- idontexist8 years agoHelper 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.