Forum Discussion
narday
Dec 01, 2020Copper Contributor
Pivot Table Slicer not displaying all dates
Hi guys I am using power query. the original data is aggregated, so to find values on a certain day, i have just asked the pivot table to show difference from previous item. Read below I ...
- Dec 03, 2020
I added calculated column
with formula
=IF( ISBLANK( CALCULATE( MAX(Table1[Value]), FILTER(ALLEXCEPT(Table1,Table1[ID]),Table1[Date]<EARLIER(Table1[Date]))) ), BLANK(), Table1[Value]-CALCULATE( MAX(Table1[Value]), FILTER(ALLEXCEPT(Table1,Table1[ID]),Table1[Date]<EARLIER(Table1[Date])) ) )
and add it into PivotTable
Please check if you may open the model in attached file.
narday
Dec 04, 2020Copper Contributor
SergeiBaklan Sergei! It worked! haha! I just rewrote it using the 'tab' on keyboard.
It works! I cant believe it!
GENIUS!
Please accept my invite on linkedin
SergeiBaklan
Dec 04, 2020Diamond Contributor
Great to know, thank you for sharing. I'm quite seldom on LinkedIn, will do when be next time.