Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
82 | |
78 | |
52 | |
39 | |
35 |
User | Count |
---|---|
94 | |
79 | |
51 | |
47 | |
47 |