Forum Discussion
RobbLewz
5 years agoHelper II
Center Matrix
I have a Matrix that will grow in width depending on what dates are selected in my slicer. I always want to keep the Matrix data cantered and display all data (no scroll bar at the bottom) but can...
amitchandak
5 years agoSuper User
RobbLewz , I dobut it will stay in middle.
One thing you can try is you sort your column(pivot) desc so that it show latest data first
Date 1 =[Date]
Date sort = rankx(all(Table),[date])
Sort Date 1 on date sort and use on column if you are using date on column