Hello,
Is there any way to create a calendar table in Power BI that would create a table for Just end of month dates so I could relate that table to budget and transaction tables?
I have two tables:
GLSummary- which contains actual Dates of the transactions
Budget - Which only contains Year and Period
I want to create an automatic date table that would do this:
Calendar = Claendar(EOM(MIN(GLSummaryDate), EOM(MAX(GLSummaryDate)
I know the above formula is not correct and thats what I need help with. I ultimately want a Date table that looks like this from the Minimum and Maximium Dates in the GLSummary table