Forum Discussion
Custom Date Range
- Anonymous9 years ago
Hi goaltender36,
You can refer to matt's blog to use power query to calculate the Calendar table:
Create a Custom Calendar in Power Query
In addition, you can also use dax to format the date fields.
DAX Formulas for Fiscal Year, Fiscal Quarter and Month Short Name
Regards,
Xiaoxin Sheng
Seems like you have continuous date table, if that is the case, add another field in that table something like cusotm month and update that field with your custom month and use that custom month in report.
I hope this will get you going.
Thank you !! I was able to make a custom month column and connected the dates as a one to many relationship. Now I can filter based on the custom month. Is there anyway to automate it so I don't have set a reminder to manually change the custom month on the filter?
- Anonymous9 years agoNot applicable
Hi goaltender36,
You can refer to matt's blog to use power query to calculate the Calendar table:
Create a Custom Calendar in Power Query
In addition, you can also use dax to format the date fields.
DAX Formulas for Fiscal Year, Fiscal Quarter and Month Short Name
Regards,
Xiaoxin Sheng