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 want to create a colomn that devides the hours through the day into three time slots
8:00 AM- 4:00 PM
4:00 PM - 12:AM
12:00 AM- 8:00 AM
i have created the following calculated column :
however im only getting two timeslots in my filter instead of getting all the three timeslots :
can someone help with this
Solved! Go to Solution.
Hi @lawada
You need an AND (&&) instead of an OR (||) in the condition checks. And in the second line you actually need only to check if HOUR is >= 16. The < 00 will not work
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
Hi @lawada
You need an AND (&&) instead of an OR (||) in the condition checks. And in the second line you actually need only to check if HOUR is >= 16. The < 00 will not work
Please mark the question solved when done and consider giving a thumbs up if posts are helpful.
Contact me privately for support with any larger-scale BI needs, tutoring, etc.
Cheers
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 |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |