
Announcements
Hi,
I want to create a graph by month using this statement, AddColumns(GroupBy(Filter(Table1_1,Status<>"Closed"),"Date_x0020_Registered","GroupMonth"),"sectionsum",Coalesce(Sum(GroupMonth,1+0),0))
The issue here is the Date_x0020_Registered is dd-mm-yyyy, and I want to convert it into "mm-yyyy".
Thanks in advance.
Muzamir
Hi @Anonymous thank you for posting this question. According to this DateValue page the date must be formatted in a version of MM/DD/YYYY so I don't believe it's possible to change it to what you need in PowerApps. I will leave this thread as unresolved in case someone else has a solution or workaround.
@Anonymous