Forum Discussion
Max_Z
6 years agoMicrosoft Employee
Week data graph for several values
Hello Gurus,
Didnt managed to find a solution for the following:
I am working with PBI and need to display weekly data on the line chart -> currently data is being displayed by day.
Using weeknum function is not really helpfull as when I look on the month overview it shows weekly data agregated by whole month.
I need to see data by week (on month graph) - where data for each week in independent from previous week...
Currently I am using Excel table by a side, entring weekly data
Is there any way to achieve the same result in the PowerBI ?
Attaching screenshot for better understanding,
PowerBI:
Excel table:
10 Replies
- v-chuncz-msftCommunity Support
- Max_ZMicrosoft Employee
Hi,
It doesnt work.. in a dril down there is no option to have weekly points
- Max_ZMicrosoft Employee
v-chuncz-msft Hi, any other suggestions ?
- ml_andrewRegular Visitorcreate a new column in your date table called week,, like week=weeknum(datetable[date],2) create two other columns call year=year(dateable[date]) and month=month(datetable[date]) then in the report builder, drag this week field onto year field, then do the same to the month.