Forum Discussion

nattaya_be's avatar
nattaya_be
Regular Visitor
3 years ago
Solved

Build graph to count active actions per week

Hi, I'm new to power BI. I have an active database that tracking the status of the actions whether it's active or closed. The new actions will be kept added and the action status will be changed any ...
  • marcosvin's avatar
    3 years ago

    Hi!

     

    To show the status by week you need to have recorded in your database the history of changes every week. That is, every week you need to save the action, the status and the reference date (date or week the information was saved). Having that you can import this table into Power BI and create a chart with the date on the X axis, the status in the legend and create a metric using the COUNTROWS function to count the rows and add it on the Y axis for example.