Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
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:
TOTAL QUANTITY LY = CALCULATE([TOTAL QUANTITY];SAMEPERIODLASTYEAR(TMP[DATE]) )
The measure TOTAL QUANTITY is :
TOTAL QUANTITY = sum(TMP[QUANTITY])
But when i check the results i get this:
As you can see the column TOTAL QUANTITY LY is blank .....what's wrong?
Thank you for yours reply!!!
Solved! Go to Solution.
Generally, for the time intelligence stuff to work you need a separate Calendar table that is related to your fact table.
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
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
thanks ! good job!
Generally, for the time intelligence stuff to work you need a separate Calendar table that is related to your fact table.
thanks a lot Greg! now it works!
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 39 | |
| 37 | |
| 33 | |
| 32 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 88 | |
| 82 | |
| 68 | |
| 64 |