Forum Discussion

Richard76's avatar
Richard76
Helper II
7 years ago
Solved

Lookup values

I have a formulae as follows which picks up the working days for each day of the year :
YearWdays = LOOKUPVALUE('Working Days'[Dayno],'Working Days'[Date01],'Time'[PK_Date])
 
I want to amend the formuale slightly to link in to a date range filter (using pk_date) eg if date filter is set to todays date it will return 97 working days, if set to tomorrow 98 and so on.
Apologies it should be an easy one but it's late in the day !
 
Richard
 

1 Reply

  • PattemManohar's avatar
    PattemManohar
    Community Champion

    Richard76  Did you tried using your Pk_Date from your Time dimension table as slicer for your date range ?