Forum Discussion
benjaminhoang
Helper III
7 years agoIn this week issue
Hello everyone! I find it so frustrating that I can not choose what is consider this week through power bi. Has anyone else had this issue? For our partcular reporting needs we need monday to sun...
- 7 years ago
Hi benjaminhoang,
Based on my research, the feature is by design, if you want to show the data from 2019/2/9 to 2019/2/15 in a week, you could try to create a new data:
Date+1 = [Date]+1
Use this new column as filter and you could see the result:
You could also download the pbix file to have a view.
Regards,
Daniel He
v-danhe-msft
Microsoft Employee
7 years agoHi benjaminhoang,
Based on my research, the feature is by design, if you want to show the data from 2019/2/9 to 2019/2/15 in a week, you could try to create a new data:
Date+1 = [Date]+1
Use this new column as filter and you could see the result:
You could also download the pbix file to have a view.
Regards,
Daniel He
benjaminhoang
Helper III
7 years agoIt worked! but I needed to do -1 because I needed days Monday to Sunday. Thank you.