Forum Discussion
Anonymous
8 years agoNot applicable
BciCalendar month displayed
Hello All, I'm using BciCalendar and the initial month displayed is the first month available in the table I'm using. However I need that the month to be displayed initialy will be the latest not t...
v-chuncz-msft
Community Support
8 years agoAnonymous,
You could add a slicer by creating a calculated column, and select 0 by default.
Column = DATEDIFF ( Table1[Date], MAX ( Table1[Date] ), MONTH )
- Anonymous8 years agoNot applicable
Hi Thanks for the advice, but this not what I need.
I need be able to see all the monts in the rest of the graphs and into the BciCalendar in the first sight be the las month availabe, not the firts one as is showing now.
Thank you