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
Angie_01
Employee
Employee

Weekly KPI report in PBI

Dear, 

 

I'm preaparing KPI report for our team, and I want to check weekly status like to pic shows below, choose the week in textbox, and it will update the weekly data automatically. 

 

Weekly KPI.PNG

thanks so much for your help. 

1 ACCEPTED SOLUTION
V-pazhen-msft
Community Support
Community Support

@Angie_01 

Hard to say without any data, but the easier way is to create a weeknumber column based on your date column.

 

Weeknumber = Weeknumber(Table[Date],2)

 

Then you can just use put the kpi fields in the maxtrix visual with the weeknumber column instead the weekname in the image.

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
V-pazhen-msft
Community Support
Community Support

@Angie_01 

Hard to say without any data, but the easier way is to create a weeknumber column based on your date column.

 

Weeknumber = Weeknumber(Table[Date],2)

 

Then you can just use put the kpi fields in the maxtrix visual with the weeknumber column instead the weekname in the image.

 

Paul Zheng _ Community Support Team
If this post helps, please Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

Looks good. What is your question?

Hi IIbendlin, 

 

thanks for your response. 

 

This report is created by others, and I want to create similar one, however, I don't know how to do that, could you help on this? 

 

Angie 

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.

Top Solution Authors