Forum Discussion
PaulDenne
Helper I
2 years agotable 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
Helper I
2 years agothanks for that, I think i am so close but when I create the work limit table and the measuer then add slicer I dont get the single value option under slicer settings ?
thanks for help so far really appreciated
PaulDenne
Helper I
2 years agothink I see the issue my work table didnt generate the 30-60 range
- lbendlin2 years ago
Super User
Use a "What-if" numeric parameter for that.
- PaulDenne2 years ago
Helper I
many thanks, didn't cover that in my 1 day tutorial
- PaulDenne2 years ago
Helper 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)