Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. 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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 71 | |
| 66 | |
| 33 | |
| 32 | |
| 32 |