Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
HI Community,
is there any slicer witch can help me to set up that the table shows only the complet last to Weeks (7 Days from monday to sunday evening)?
At the moment shows the table the last 14 days, when I use the relative filter settings "last 2 Weeks"
My goal should be to show the complet weeknummber 34 and 35 and nothing from the current week.
Thanks for helping me.
You can use a default slicer, just set a "Relative Date" mode with "Last 2 Weeks (Calendar)" parameters. If you want to start weeks on Mondays you can add a calculated column [Date - 1] to your date table and use this column in a slicer.
It works like shown below:
Hi @Boni ,
You can apply Top N filter on the Dates column in the visual.
Use Top N filtering on date, top 7
field should be Date.
Mark this as a solution if I answered your question. Kudos are always appreciated.
Thanks