Forum Discussion

Gareth_Hunt's avatar
Gareth_Hunt
Helper II
5 years ago

Find current value based on date from data

Hi guys anyone help me with this one - im wanting to for any given date, pull the value against the ID 

 

14/06/2021UK-Education-Schools5
24/06/2021UK-Education-Schools3
24/06/2021UK-Education-Universities5
24/06/2021UK-Healthcare-Care Homes1

 

so fr example if date slider was set to 15/06/2021 then for "UK-education-schools" i want to see the value "5", but if the date selection was 25/06/2021 then return the value "3" using a new table

 

 

2 Replies

  • Hi Parry 2K

    thank you for the link, I will do my best to present the questions more approperately in future.

    in excell i used the formula =VLOOKUP(CONCAT($I1,MAXIFS($B:$B,$A:$A,$I1)),$C:$D,2,FALSE)

    but i dont know how that translates to PBI 

     

     

     ABCDEFGHI
    1A01/06/20211    A100
    2A02/06/20215    B33
    3A03/06/20213    C8
    4A04/06/20214    new table 
    5A05/06/20215      
    6A05/06/20215      
    7A07/06/20217      
    8B01/06/20214      
    9B02/06/20212      
    10C03/06/20211      
    11C04/06/20214      
    12C05/06/20215      
    13A19/12/202115      
    14A25/12/202120      
    15B15/07/20216      
    16C02/01/202117      
    17C09/09/20218      
    18A31/12/2021100      
    19B31/12/202233      
    20B01/01/19905      
     data set