Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
gaikwadaa123
Helper II
Helper II

Adding days

Hello my data looks like below:

gaikwadaa123_0-1621449127933.png

 I have calculated the Date Window column by using date diff function between Date and today column. It is basically the number of days between two dates.

I want add another column where it will capture 0 to 7 days from date window and will be named as day+7 

same like 0 to 14 and it will be named as day+14 and 0 to 21 as day+21. 

and I will use day+7,day+14 on slicer.  so that it will select the date from day+7 so on..

 

For that in my new column I am expecting 

Date window    slicer

0                        day+7

1                        day+7

2                        day+7

3                        day+7

4                        day+7

5                         day+7

6                        day+7 

7                        day+7

 

Basically I am trying select 0 to 7 days on visulazation pane by just selectiong today+7 days on slicer 

Thank you in adavnce

1 ACCEPTED SOLUTION
rfigtree
Resolver III
Resolver III

If you divide datewindow by 7, use the round up function then use convert function to turn it into a string then append "day + " to the front you will get what you want.

View solution in original post

1 REPLY 1
rfigtree
Resolver III
Resolver III

If you divide datewindow by 7, use the round up function then use convert function to turn it into a string then append "day + " to the front you will get what you want.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.