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.
Hi
i have a static start time of 05:30 and i want a measure to count the hours from then (actual)
ege
if the time is 1030 (5 hours difference) i want it to return 5
and if the now time is 11:44 i want it to calculate the correct difference
thanks
hi @AI14
not sure if i fully get you, you may try to create a calculated column like this:
Duration =
DATEDIFF(
TIME(5,0,0),
[Time],
HOUR
)
it worked like:
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 |
---|---|
14 | |
10 | |
10 | |
9 | |
9 |
User | Count |
---|---|
20 | |
13 | |
12 | |
11 | |
8 |