Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Greetings,
I am doing some work on a previously built PowerBI Dashboard, and have the following cacluated field, but it doesn't seem to be working correctly. It works great for anything that is greater than 60 minutes, but anything less than 60 minutes comes up as (BLANK). I'm guessing it's just a little issue, but I can't seem to figure out what's missing.
Solved! Go to Solution.
Hi! @LFrench
Try this, also attaching the pbix.
Hi! @LFrench
Try this, also attaching the pbix.
Var mins = SUM('Course Information'[MIN])
Return
Switch(
True,
Mins < 60, mins & " minutes",
Mins < 1440, round(divide(mins, 60),2) & " hours",
Mins >= 1440, round(divide(mins, 1440),2), & " days"
)
I attempted this, but got the following error:
Need to add this at the start to name the measure
Minimum Time for Completion =
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
15 | |
10 | |
10 | |
10 | |
10 |
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |