Forum Discussion
StormyButter24
2 years agoNew Member
Grouping dates into months
Hi, I am newly introduced to power Bi and I want to have a matrix which shows the count of phone calls, tasks and emails created each month. I used the Created Date as the Rows and I managed to...
Idrissshatila
2 years agoSuper User
remove the created date and create a calculated collumn for month year as the following
month year = format ('yourTableName'[created date],"mmmm YYYY")
and then use this collumn only in rows.
StormyButter24
2 years agoNew Member
Hi, how do you do create a calculated field? I'm a rookie with this software
- Idrissshatila2 years agoSuper User