Anonymous
7 years agoNot applicable
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...
- 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