Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago
Solved

Missing values in calendar layout format

Hello, I am trying to create a calendar format matrix with rows based on Month and Week of the year and columns using week days (Mon, Tues..). Sales figures should show on the specific week and week...
  • ChandeepChhabra's avatar
    7 years ago

    Anonymous 
    This is quite strange!

    Here is quick workaround. Create a dummy sales measure and drag into the matrix visual

     

    DummyTotalSales = sum(database[SALES])&""

    Hopefully this should work