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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
I've pulled in a single date column called build_dates from SQL.
This is a record of all the properties/assets on our portfolio and goes well back into the 1900's.
I'm trying to figure out how to write a DAX formula that will show the last 12 months (of when the report was run) portfolio growth, month by month to put into a line chart. For example I have it in my head the following steps:
But I'm not understanding how to program this, without effectively making 12-13 individual calculations. 0_o.
I have a DateTable created that I join to this import. This datetable has the calendarDate, Month, Year and various other columns often found in a DT.
Should I be using a YTD function maybe?
One of the things that has confused me, is that I was looking to use DATEADD() like you would in SQL. But it appears you cannot use DATEADD(TODAY(),n,x) to work out 12/11/10 months back from today.
Any guidance would be much appreciated please.
Thanks.