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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Anonymous
Not applicable

This week and past weeks buttons

Hi Guys,

It me again,

Need a button for "this week and past weeks buttons".

If I Click this week data should update to this weeks

and If I click past data should show past data.

and second question is

I have 8 weeks of data(filtered to 8 weeks) and I need to know how many new emps added and left the group.

I have week starting and if the employee is present in first week and eight week then it will be "Existing employee"

and if the employee added in the middle to latest week then "New Emp"

Regards

Drake

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Today = if('pbi tblSalesVarianceReport'[DateId]=date(year('pbi tblSalesVarianceReport'[UTCNow]),month('pbi tblSalesVarianceReport'[UTCNow]),day('pbi tblSalesVarianceReport'[UTCNow]))," Today",
IF(AND(WEEKNUM('pbi tblSalesVarianceReport'[DateId]) = WEEKNUM(TODAY(),2), 'pbi tblSalesVarianceReport'[Year] = YEAR(TODAY())), "Current Week",
"8 Completed Weeks"))
 
This works for me.
Thank you

View solution in original post

2 REPLIES 2
Anonymous
Not applicable

Today = if('pbi tblSalesVarianceReport'[DateId]=date(year('pbi tblSalesVarianceReport'[UTCNow]),month('pbi tblSalesVarianceReport'[UTCNow]),day('pbi tblSalesVarianceReport'[UTCNow]))," Today",
IF(AND(WEEKNUM('pbi tblSalesVarianceReport'[DateId]) = WEEKNUM(TODAY(),2), 'pbi tblSalesVarianceReport'[Year] = YEAR(TODAY())), "Current Week",
"8 Completed Weeks"))
 
This works for me.
Thank you
v-chuncz-msft
Community Support
Community Support

@Anonymous 

 

You may try Use a relative date slicer and filter and take a look at this post.

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.