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)