Forum Discussion
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
ChandeepChhabra
Impactful Individual
7 years agoAnonymous
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
- Anonymous7 years agoNot applicable
Anonymous - This is a bug - I created an Issue - vote it up!
- Anonymous7 years agoNot applicable
ChandeepChhabra , it is indeed strange but it works!
The sales value gets converted to a text format but i am ok with that.
Maybe there is another workaround for numeric values but this works for me.
Thank you so much!
Ed