This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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 =).
Solved! Go to Solution.
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,
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).
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 36 | |
| 28 | |
| 28 | |
| 20 | |
| 18 |
| User | Count |
|---|---|
| 66 | |
| 36 | |
| 33 | |
| 26 | |
| 24 |