Forum Discussion
KBVelasco
5 years agoFrequent Visitor
Modify this Measure to return 0
How can I modify the following measure to return a '0' instead of a blank? CALCULATE(AVERAGEX(TimeEntryUsers, [SumLoggedHours]))
AlB
5 years agoCommunity Champion
Hi KBVelasco
Just add a zero to it
0 + CALCULATE(AVERAGEX(TimeEntryUsers, [SumLoggedHours]))
Please mark the question solved when done and consider giving kudos if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers