Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Hello Team,
I want to display the values of the last day of every month in columns. Is there a way to do that ?
So basically, I want a table With name of the parameters on the left most column and corresponding values of last day of every month in the year.
| Parameter | 12/31/2020 | 1/31/2021 | 2/28/2021 | 3/31/2021 | ... | ... |
I have tried LAST DATE and ENDOFMONTH but somehow they dont seem to work
Hey @Anonymous
You can use EOMONTH.
End of Month = EOMONTH( Table1[Date], 0 )
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 9 | |
| 5 | |
| 4 | |
| 3 | |
| 3 |
| User | Count |
|---|---|
| 23 | |
| 12 | |
| 11 | |
| 9 | |
| 8 |