Forum Discussion

Aruljoy's avatar
Aruljoy
Icon for Helper II rankHelper II
6 years ago
Solved

Find Last Date value eventhough it is null

Hi, I need to get the value of last date eventhough it is null. The functions lastdate & Max is not working. They are pulling previous non-zero values. The dataset & result are beow. Can any one help me on this.

  • Hi Aruljoy 

     

    if the above posts help, please kindly mark it as a solution to help others find it more quickly. If not, please kindly elaborate more. thanks!

     

     

     

4 Replies

    • amitchandak's avatar
      amitchandak
      Icon for Super User rankSuper User

      Aruljoy , Try one of the two

      LASTNONBLANKVALUE(Table[rundate],max(table[Value]))
      sumx(summarize(Table, Table[Category],"_1",LASTNONBLANKVALUE(Table[rundate],max(table[Value]))),[_1])

       

      You might have to add month year in summarize or visual

    • FarhanAhmed's avatar
      FarhanAhmed
      Icon for Community Champion rankCommunity Champion

      show Items with no data

       

      Right click on Category on visual and click "show items with no data". It will show you null values against  

  • v-diye-msft's avatar
    v-diye-msft
    Icon for Community Support rankCommunity Support

    Hi Aruljoy 

     

    if the above posts help, please kindly mark it as a solution to help others find it more quickly. If not, please kindly elaborate more. thanks!