Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
I tried to follow the below video to set the default slicer as current month in PowerBI. And it works well on my other report.
https://www.youtube.com/results?search_query=Set+Default+Slicer+Selection+to+Current+week
But this time I would like to set the slicer to current week. I have created the date table as I need a week cycle to start from Thurs to Wed.
I can set today as "Current Week". But I can't figure out a way to replace the remaining days as "Current Week" as well.
Appreicate all your help!
Solved! Go to Solution.
@basyan1991 , Try like
var _st= today() +-1*if(WEEKDAY(today())<4,WEEKDAY(today())+3,WEEKDAY(today())-4)
var _end = _st+6
return
if([Date]>=_st && [Date] <=_end, "Today", [Date] &"")
Hello,
you should have a week number column, then you use in you measure were if(weeknum(today()) = week number column,"Current week")
If I answered your question, please mark my post as solution, Appreciate your Kudos 👍
Proud to be a Super User! | |
Thanks for replying! But from what I understand this wont be able to work as I have a different week cycle setting. Starting from Wednesday to next Thursday.
Not sure whether I understand this correctly.
@basyan1991 , Try like
var _st= today() +-1*if(WEEKDAY(today())<4,WEEKDAY(today())+3,WEEKDAY(today())-4)
var _end = _st+6
return
if([Date]>=_st && [Date] <=_end, "Today", [Date] &"")
I have tried that on my report. It works perfect now!
Thanks for your help!
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 54 | |
| 46 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 72 | |
| 34 | |
| 33 | |
| 31 |