Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
I have a column in PowerQuery listing the hours in the day (1-24)
i would like to add a column that has three shifts based on hours in day ,
1. Hours between 0-8 would be 'Night'
2. Hours between 8-15 would be 'Day'
3. Hours between 15 and 24 would be 'Evening'
not sure how to build a custom colum with the if statement to solve this issue
thank you
Solved! Go to Solution.
Use following formula
if [Hours] <= 8 then "Night" else if [Hours] <= 15 then "Day" else "Evening"
Use following formula
if [Hours] <= 8 then "Night" else if [Hours] <= 15 then "Day" else "Evening"
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
61 | |
53 | |
27 | |
16 | |
10 |