Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

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. 

 

thanks so much for your help. 

  • Anonymous's avatar
    Anonymous
    5 years ago

    Anonymous 

    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.

3 Replies

    • Anonymous's avatar
      Anonymous
      Not applicable

      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 

  • Anonymous's avatar
    Anonymous
    Not applicable

    Anonymous 

    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.