The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there, my client works using advertising flight months rather than calendar month. I have created a table called Flight month which states the dates that is within their definition of a month. For example for April, the dates will be 29th March to 27 April. I now want to create a measure to calculate the sum of spend for the previous month. I have tried to use the previousmonth function but it is not working. The flight month has a relationship to the main data table through date column in flight month and calendar_date column in test table.
Thanks in advance for any help. The file can be found here
Solved! Go to Solution.
I think you can use the principles described in https://www.sqlbi.com/articles/comparing-different-school-terms-in-power-bi/
I think the method described in this post could be helpful for your problem: (2) Custom Fiscal Calendar with Pre-Defined Date Range... - Microsoft Fabric Community
I think you can use the principles described in https://www.sqlbi.com/articles/comparing-different-school-terms-in-power-bi/
Thank you so much once again! This works perfectly!