Forum Discussion
Calculating average over multiple tables
- 8 years ago
Hi,
You must create a calendar table and create a relationship from the Date column of the appended table to the date column of the Calendar Table. In the Calendar Table use the =FORMAT(Calendar[Date],"mmmm") formula to extract the month name from the Date and =YEAR(Calendar[Date]) to extract the Year. In your visual, drag the Year and Month from the Calendar Table.
Hope this helps.
Hi,
You must create a calendar table and create a relationship from the Date column of the appended table to the date column of the Calendar Table. In the Calendar Table use the =FORMAT(Calendar[Date],"mmmm") formula to extract the month name from the Date and =YEAR(Calendar[Date]) to extract the Year. In your visual, drag the Year and Month from the Calendar Table.
Hope this helps.
Thank you! I think I found a solution.
- Ashish_Mathur8 years agoSuper User
You are welcome.
- v-chuncz-msft8 years agoCommunity Support
- yasminsalah3 years agoNew Member
Hi!
I know it's been ages since this post. But would you happen to have the pbix file? I have almost the exact same question