This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello people!
I would like your help with a DAX formula for this situation shown in the image:
I have in column 1 where there are random dates from 2021 to today and counting...
In the second column I gave an example of the expected result where, for example, all dates that are between July 01 and 31, 2022 in column 1, in column 2 must be 31-07-2022.
This should be in one column and not in another table.
Greetings and thanks in advance!
Solved! Go to Solution.
If I understand your requirement, I believe the ENDOFMONTH function best suits your needs:
Fecha 2 = ENDOFMONTH([Fecha 1])
Trust this works for you.
Regards,
If I understand your requirement, I believe the ENDOFMONTH function best suits your needs:
Fecha 2 = ENDOFMONTH([Fecha 1])
Trust this works for you.
Regards,
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 37 | |
| 32 | |
| 27 | |
| 24 | |
| 17 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 31 | |
| 26 | |
| 22 |