Forum Discussion
PaulDenne
2 years agoHelper I
table filter
Hi I am new to Power bi I have a table filtering weekly hours for all staff from daily timesheets into weeks using a date table to get week numbers and sum the hours for the week, and currently hig...
- 2 years ago
Use a "What-if" numeric parameter for that.
PaulDenne
2 years agoHelper I
think I see the issue my work table didnt generate the 30-60 range
lbendlin
2 years agoSuper User
Use a "What-if" numeric parameter for that.
- PaulDenne2 years agoHelper I
many thanks, didn't cover that in my 1 day tutorial
- PaulDenne2 years agoHelper I
so last step ..hopefully
I replaced names with my tables and when I add the show filter not data comes for any value, so I have messed up somewhere addin the measuer?
Show =var a = SUMMARIZE('Detailed - Timesheet Report',[Name])var b = ADDCOLUMNS(a,"mx",max('Detailed - Timesheet Report'[Regular Hours]))return if(maxx(b,[mx])>=SELECTEDVALUE('Work Limit'[Work Limit]),1,0)