Forum Discussion
michelangelo_fi
8 years agoNew Member
Sameperiodlastyear function don't work
Hi, i have a simple table called TMP with 3 columns {DATE, PRODUCT, QUANTITY} and i try to obtain the total quantity of the previous year. So i use SAMEPERIODLASTYEAR() function in this manner: ...
- 8 years ago
Generally, for the time intelligence stuff to work you need a separate Calendar table that is related to your fact table.
- 8 years ago
Hi,
I think you need to have a separate "date" table for this to work, and join it in the model view to your TMP table.
Then in your Power BI visual, you bring in year/anno from the date table, and the Total Quantity and Total Quantity LY fields.
I did this and it worked for me.
Alexei
alexei7
8 years agoContinued Contributor
Hi,
I think you need to have a separate "date" table for this to work, and join it in the model view to your TMP table.
Then in your Power BI visual, you bring in year/anno from the date table, and the Total Quantity and Total Quantity LY fields.
I did this and it worked for me.
Alexei
michelangelo_fi
8 years agoNew Member
thanks ! good job!