Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

MoM% Returning (Blank)

I have several quick measures that are returning (Blank) Values. I'm using a date table marked date table.  The simplest is here. COMs_20200604[Number] refers to the individual case number.      Me...
  • v-xicai's avatar
    6 years ago

    Hi Anonymous ,

     

    The DATEADD function requires contiguous date selections ,so make sure your date table have contiguous date. If not, you may create a calendar table using DAX below. Then create relationship between your fact table and the calendar table with Both of Cross filter direction .

     

    Calendar =CALENDARAUTO()

     

    You may put [Month] and [Total Cases MoM%] into table visual to display the result.

     

    Best Regards,

    Amy 

     

    Community Support Team _ Amy

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.