The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
108 | |
77 | |
76 | |
46 | |
39 |
User | Count |
---|---|
137 | |
108 | |
64 | |
64 | |
53 |