March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I have a number of machines and data showing a list of events (switch on and off), a small sample of which is shown here:
Machine | Date/Time | Event |
01 | 23/02/2023 10:48:00 | Activated |
01 | 23/02/2023 11:23:00 | Deactivated |
02 | 23/02/2023 11:52:00 | Activated |
03 | 23/02/2023 11:56:00 | Activated |
01 | 23/02/2023 12:04:00 | Activated |
04 | 23/02/2023 12:34:00 | Activated |
04 | 23/02/2023 12:38:00 | Deactivated |
05 | 23/02/2023 12:41:00 | Activated |
03 | 23/03/2023 12:43:00 | Deactivated |
Is there any way to show graphically the number (or percentage) of machines "active" over time?
Many thanks
Counting ACTIVE Measure = CALCULATE ( COUNTROWS ( 'Machine Events' ), 'Machine Events'[Event] = "Activated" )
Proud to be a Super User! | |
No, not easily, plus a machine may have a number of activate and deactivate events over the time period.
I had considered if it would be possible to have a running count of the number of activate events minus the number of deactivate events, but I'm not sure how to do that.
You may need to get the data into a different shape. Any chance you can pair the Activate and Deactivate records for one machine on one row? Then you can calculate on that row how long the machine was active. Seems that would make it easier to get your final answer.
Proud to be a Super User! | |
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |