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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

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
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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