Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Astroryde
New Member

How to calculate a %age active from event data

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:

 

MachineDate/TimeEvent
0123/02/2023 10:48:00Activated
0123/02/2023 11:23:00Deactivated
0223/02/2023 11:52:00Activated
0323/02/2023 11:56:00Activated
0123/02/2023 12:04:00Activated
0423/02/2023 12:34:00Activated
0423/02/2023 12:38:00Deactivated
0523/02/2023 12:41:00Activated
0323/03/2023 12:43:00Deactivated

 

Is there any way to show graphically the number (or percentage) of machines "active" over time?

 

Many thanks

3 REPLIES 3
ToddChitt
Super User
Super User

Counting ACTIVE Measure = CALCULATE ( COUNTROWS ( 'Machine Events' ), 'Machine Events'[Event] = "Activated" )




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Astroryde
New Member

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.

ToddChitt
Super User
Super User

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.




Did I answer your question? If so, mark my post as a solution. Also consider helping someone else in the forums!

Proud to be a Super User!





Helpful resources

Announcements
Sept PBI Carousel

Power BI Monthly Update - September 2024

Check out the September 2024 Power BI update to learn about new features.

September Hackathon Carousel

Microsoft Fabric & AI Learning Hackathon

Learn from experts, get hands-on experience, and win awesome prizes.

Sept NL Carousel

Fabric Community Update - September 2024

Find out what's new and trending in the Fabric Community.