Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
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 January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
50 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |