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.
However this only shows the start times. How do I get this graph to show the time inbetween the stat and the end times.
For example:
If a car drove from 10:00 -13:00 using only start times it adds one point to 10:00. I need it to add a point to 10:00, 11:00 and 12:00. How can I do this?
Solved! Go to Solution.
Hi, @CalleWagenaar
You can try the following methods.
Sample data:
Add a table for time.
Measure =
CALCULATE ( COUNT ( 'Table'[Car] ),
FILTER ( ALL ( 'Table' ),
[Start Time] <= SELECTEDVALUE ( 'Time table'[Time] )
&& [End Time] >= SELECTEDVALUE ( 'Time table'[Time] )
)
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
this helps however it doesn't work with multiple days. How can you combine months?
Hi, @CalleWagenaar
You can try the following methods.
Sample data:
Add a table for time.
Measure =
CALCULATE ( COUNT ( 'Table'[Car] ),
FILTER ( ALL ( 'Table' ),
[Start Time] <= SELECTEDVALUE ( 'Time table'[Time] )
&& [End Time] >= SELECTEDVALUE ( 'Time table'[Time] )
)
)
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
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 |
---|---|
118 | |
75 | |
46 | |
44 | |
34 |
User | Count |
---|---|
179 | |
89 | |
69 | |
47 | |
47 |