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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Ikeumlaut
Advocate I
Advocate I

Cumulative count over time

Hey,

 

I need to standardize my data. I get at irregular intervals a value for my devices. Message is sent when status changes. Here is an example data and what I mean by standardizing. In this example is to convert time to 10min sections.

10ATime10:1110:1410:18  10:48 
 Value1 0 10 
       
20BTime10:18 10:34 10:51
 Value0 1 0
       
 Would look like this if "cumulative"  in 10min sections->      
       
10A&20BTime10:1010:2010:3010:4010:50
 Cumulative value11210

 

Here is how the data looks like:

TimeDeviceValue
28.3.2018 10:1110A1
28.3.2018 10:1410A0
28.3.2018 10:1810A1
28.3.2018 10:4810A0
28.3.2018 10:1820B0
28.3.2018 10:3420B1
28.3.2018 10:5120B0

 

How do I write a Measure to convert the data into a table visual like this?

TimeCumulative value
28.3.18 10:101
28.3.18 10:201
28.3.18 10:302
28.3.18 10:401
28.3.18 10:500

 

Thanks!

5 REPLIES 5
v-yulgu-msft
Employee
Employee

Hi @Ikeumlaut,

 

One concern: 

How to group those time values based on 10 min interval? 

 

1.PNG

 

Why is 10:11 for 10A matched with 10:18 for 20B? Why should these two values belong to 10:10? While 10:14 for 10A and 10:18 for 10A belong to 10:20 and 10:30 section.

 

Best regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hey @v-yulgu-msft

 

sorry, that is a mistake on the chart. I edited my post and it messed up it. So the grouping is:

  • 10:00
    • 10:11, 10:14, 10:18

 

Best,

Ike

Hi @Ikeumlaut,

 

I am still confused about this calculation. That case, the Cumulative value for "28.3.18 10:10" in result table should be 2 rather than 1. Also, the Cumulative value for "28.3.18 10:20" in result table should be 0.

 

1.PNG2.PNG

 

Regards,

Yuliana Gu

Community Support Team _ Yuliana Gu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hey,

 

I do not want the sum of the values. Instead the cumulative distinct count of devices that have sent a value of 1. So I want to know how many devices have a value of 1 at each time interval. Sometimes the device sents the value at the interval, but sometimes it has sent the message right before the interval so I need to take that into account somehow.

 

Thank you for helping out!

 

Best,

Ike

Hey @v-yulgu-msft,

 

here is a picture of what I'm looking for. Hope this explains it better.

 

Capture.PNG

 

Best,

Ike

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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