Forum Discussion
UncleLewis
Responsive Resident
1 year agoX Axis 15 Months
Hi all, Using PBID Aug 2024. How can I get 15 months on x axis even when user only selects 12 months from slicer The max date should be the max date the user selectes from the slicer. My sl...
- 1 year ago
Thanks Anonymous ,
Got it sorted based on this video from Amit ChandakUse 2nd Date Table - disconnectedUse 2nd Date Table for User Slicer Selection
Thanks,-w
vicky_
Super User
1 year agoThe way to get the Max date of a slicer would be something like:
Max Selected Date = CALCULATE(MAX(Table[Date]), ALLSELECTED(Table[Date]))- UncleLewis1 year ago
Responsive Resident
Thanks vicky_ ,
Yes, that works if the visual interaction is on from the Slicer to the Column Chart
But I turned the interaction off because I always want to display 15 months on the Colum Chart even though the user might select 12 months (Year) from the hierarchy slicer ( Year |Quarter ).
Thanks,
-w