Forum Discussion
PowerBIFreak
3 years agoHelper II
New Column with IF STATEMENT
Hi Folks, I have a table with some columns as below. The print screen below is a table from Power BI. This is perfect if I just want to see each employees' hours on a daily basis. However, I would l...
- 3 years ago
is this what you want?
Column 2 = if('Table'[Column]="OT", CALCULATE(sum('Table'[Hours]),ALLEXCEPT('Table','Table'[Date],'Table'[Employee]))-8,0) - 3 years ago
pls provide the sample data
ryan_mayu
3 years agoSuper User
pls provide the sample data
PowerBIFreak
3 years agoHelper II
Good morning Ryan. Thank you very much for following up. I think I don't need further assistance because the report that I downloaded did indicate the OT hours for each employee outside of the normal hours. That way, I can just filter them out when I did the report. Thank you again for your help. Have a great day.