Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
I have the following Custom Column
Time.From(if Number.Round( Number.From( [Time of Incident] ) * 24.01 ) / 24=1 then 0.0 else Number.Round( Number.From( [Time of Incident] ) * 24.01 ) / 24)
This provides me the following.
How do I change it or what do I need to do to create 2 hour time frame counts like:
Blank
00:00 - 02:00
02:00 - 04:00
04:00 - 06:00, etc.
Any time :30 or greater goes up and lower than :30 goes down.
Solved! Go to Solution.
Thanks, I was able to create a conditional column for all time frames and then created a sort Custom column to be able to sort in the order I wanted.
Thanks, I was able to create a conditional column for all time frames and then created a sort Custom column to be able to sort in the order I wanted.
Hi @bdehning - you could consider adding Time Dimension table similar to calculate. This will give you the ability to add multiple Time Bands. Here is good time dimension table. Time Dimension Table via Power Query – Insight Quest (insightsquest.com) from @Brettp761
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
63 | |
63 | |
53 | |
39 | |
25 |
User | Count |
---|---|
85 | |
57 | |
45 | |
43 | |
38 |