Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
gco
Resolver II
Resolver II

MonthEnd and YearEnd

I am pulling data for the whole year daily (with postdate as daily).  And i am trying to figure out how to create a measure for each monthend and display it on a table/matrix and yearend totals in PowerBI.  Any help would be appreciated.

 

I have columns  LoanType, PostDate, LoanBalance.

 

I am looking for something like:

Post Date1/31/20192/28/20193/31/2019
LoanType   
1$500$600$700
2$600$200$200
3$300$100$700

 

Thank you

Glen

1 ACCEPTED SOLUTION
gco
Resolver II
Resolver II

I think i got a working solution.  On my table, i created a new column called MonthEnd.

 

MonthEnd = EOMONTH('Table'[POSTDATE],0)

 

And used that as a column in my matrix.

View solution in original post

1 REPLY 1
gco
Resolver II
Resolver II

I think i got a working solution.  On my table, i created a new column called MonthEnd.

 

MonthEnd = EOMONTH('Table'[POSTDATE],0)

 

And used that as a column in my matrix.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors