The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How can I modify the following measure to return a '0' instead of a blank?
Solved! Go to Solution.
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
Hi @KBVelasco ,
You can use the below DAX:
COALESCE(CALCULATE(AVERAGEX(TimeEntryUsers, [SumLoggedHours])),0)
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
Hi @KBVelasco ,
You can use the below DAX:
COALESCE(CALCULATE(AVERAGEX(TimeEntryUsers, [SumLoggedHours])),0)
Give a thumbs up if this post helped you in any way and mark this post as solution if it solved your query !!!
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
User | Count |
---|---|
77 | |
77 | |
36 | |
30 | |
28 |
User | Count |
---|---|
107 | |
100 | |
55 | |
49 | |
45 |