Forum Discussion
kasiaw29
5 years agoResolver II
Understanding Qtr over Qtr Change Time intelligence
Hi community, I'm not looking for a solution just understanding here. I was asked to provide qtr on qtr change in my report. My source data does not have any data pre 2021, so things measured ...
- 5 years ago
kasiaw29 , that is strange.
But can check after removing .date and making sure date table is marked as a date table
like
DATEADD('DateDim'[Date], -1, QUARTER)Can you share both current qtr and last qtr values in a table visual , along with change %
amitchandak
5 years agoSuper User
kasiaw29 , that is strange.
But can check after removing .date and making sure date table is marked as a date table
like
DATEADD('DateDim'[Date], -1, QUARTER)
Can you share both current qtr and last qtr values in a table visual , along with change %