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
Noak
Helper IV
Helper IV

last night alerts

Hello,

I would like to count last night alerts and see the difference from 2 night ago .

 

How can I calculate it?.

night is between 22:00 PM to 6 AM.

 

 

thank yoy =).

BR,
Noa.
1 ACCEPTED SOLUTION
v-sihou-msft
Employee
Employee

@Noak

 

 

To count a night, you may add a flag column to tag if an entry is "night" or not.

 

IsNight=
IF ( [StartTime] <= TIME ( 22, 0, 0 ) && [EndTime] > TIME ( 6, 0, 0 ), 1, 0 )

Then you can count "1" values in above column.

 

 

What do you mean "difference from 2 nights ago"? Can you share some sample data and expected result?

 

Regards,

View solution in original post

3 REPLIES 3
v-sihou-msft
Employee
Employee

@Noak

 

 

To count a night, you may add a flag column to tag if an entry is "night" or not.

 

IsNight=
IF ( [StartTime] <= TIME ( 22, 0, 0 ) && [EndTime] > TIME ( 6, 0, 0 ), 1, 0 )

Then you can count "1" values in above column.

 

 

What do you mean "difference from 2 nights ago"? Can you share some sample data and expected result?

 

Regards,

Tnx for your replay @v-sihou-msft

 

I would like to compare tonigh amount of alerts to a night before amount of alerts and to present the changes in % (if theres an increase or decrease).

 

 

BR,
Noa.

Solved thank you @v-sihou-msft

BR,
Noa.

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.