Forum Discussion
Pivot Table Slicer not displaying all dates
- 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.
How difficult would it be to convert the dax?
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.
- SergeiBaklanDec 04, 2020Diamond Contributor
Great to know, thank you for sharing. I'm quite seldom on LinkedIn, will do when be next time.
- nardayDec 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
- nardayDec 04, 2020Copper Contributor
SergeiBaklan Hey, sorry for delay in responding, been working on this.
Ok, the work book works 😄 AND i have attempted to insert the formula. image 1 will show this.
Image 2 shows a query error? Im not sure what this is?
Could you help? Im nearly there Sergei i believe, i really appreciate your help.
thanks