Forum Discussion
Week by week
i have a list count paper applications and a list of online application every day.
how would i calcualte percentrage of online / paper split for the past weeks.
e.g i want the total count of online / paper apps for each week Mon - Sun.
thanks in advance
2 Replies
- amitchandakSuper User
NewbieJono , You need to create date table with week information and then use week rank for this week vs last week.
Please refer y blogs for that
https://medium.com/@amitchandak.1978/power-bi-wtd-questions-time-intelligence-4-5-98c30fab69d3
https://community.powerbi.com/t5/Community-Blog/Week-Is-Not-So-Weak-WTD-Last-WTD-and-This-Week-vs-Last-Week/ba-p/1051123
https://www.youtube.com/watch?v=pnAesWxYgJ8 - v-henryk-mstfCommunity Support
Hi NewbieJono ,
According to your description, you need to create a calendar table, and create a column index grouped by week. Recalculate total count of online / paper apps.
Column = WEEKNUM('Calendar'[Date],1)
If there is any ambiguity, please provide test data (delete sensitive information) and expected results. I will answer for you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.