Forum Discussion
villasenorbritt
Resolver I
3 years agoExcluding Time Frames in Visual when Populating Values with a Measure and Rows with Time Bins
I have a measure that is taking seconds, which corresponds with downtime for a specific machine, and turns it into a duration. Here is the measure : Chelsie Eiden's Duration = // Duration format...
- 3 years ago
Phew. Create a calendar table that goes down to that level (ie 48 rows per day) and then based your measures on that new calendar table, using EXCEPT and INTERSECT.
lbendlin
Super User
3 years agowhat's the biggest bin size you can get away with for this? half hour slots? 15 minute slots? 5 minutes?