Forum Discussion
ian_viana2
3 years agoNew Member
Help with blankrows and summarize
Hi guys, I'm stuck in this measure for a while and would appreciate some help. The measure is to check if the employee filled his timesheet ( IF([Total Hours]<Measures_[Standard Hours]*.75 || ISBL...
some_bih
3 years agoCommunity Champion
Hi ian_viana2 possible approach: in Power query, if you know, already that there should be some default value for blank rows in some columns you could simple do replace null / blanks with default value. Give a try and see how this affect your desirable output.
Measure / Power BI simply do what user instruct to do so it could be that your measure is not optimal, so try to include in column / measure both part for non-blank and blank rows with some if logic.