Forum Discussion

icturion's avatar
icturion
Resolver II
4 years ago
Solved

Only show values for complete months

Hi,  I have made a power bi report in which the results per month are presented compared to the same month a year earlier or the budget for that month. At the moment the month we are still in the ...
  • amitchandak's avatar
    amitchandak
    4 years ago

    icturion ,

     

    Complete month based Today =
    var _max = if( day(today()) >=15 ,eomonth(today(),-1), eomonth(today(),-2) )
    return
    IF(Table[datecolumn] <=_max,1,0)