Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowData Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more
Hi Everyone,
Can someone explain this... I tried Editor as well to chagne the type to decimal but still having the issue where the calculations ignoring the decimals.
I am using this Custom Column Fromula and the expected result is 18.5 while I am getting 18.
if [Normal_Hours] = null or [Normal_Hours] = 0 or [OT_Hours] = null then
0
else if [Normal_Hours] + [OT_Hours] <= 10 then
[Normal_Hours] + [OT_Hours] +1
else
[Normal_Hours] + [OT_Hours]
Thank you in advance for your help.
Solved! Go to Solution.
It is sloved as my steps were not in order, I went back to Source and change data type to Decimal Type in advance Editor.
Tricky.
It is sloved as my steps were not in order, I went back to Source and change data type to Decimal Type in advance Editor.
Tricky.
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 23 | |
| 21 | |
| 20 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 58 | |
| 51 | |
| 37 | |
| 30 | |
| 26 |