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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
MJT03
Frequent Visitor

Maintaining Week Over Week Historical Data

Hi there. Relatively new-ish to PBI & looking for assistance on how to automate week over week reporting inPowerBI. 

 

We currently have teams recording work units in various Jira ticket fields. They continuously update those fields as the work progresses. My aim is to report on these changes on a weekly cadence (eg., each Weds) despite the data source constantly changing. Jira is already connected to PBI. 

 

My dream world would be that each week on Weds., I refresh the Jira data in PBI and the numbers autofill and append into a column that corresponds to the week # of the year, and I can have a visualization that bumps the prior week unit counts column against the current week Jira unit counts column. 

 

I don't know how to automate a weekly static capture of data. Any insight would be great. Thank you! 

3 REPLIES 3
rubayatyasmin
Super User
Super User

Hi, @MJT03 

 

you can leverage Power BI's built-in data refresh capability and Jira's rest API. 

 

  1. Connect Power BI to Jira using the Jira connector.
  2. Design your report in Power BI with the required visuals and columns.
  3. Set up a scheduled data refresh in Power BI to occur every Wednesday.
  4. Use Power Query Editor to transform and append Jira data, including calculating weekly unit counts.
  5. Build visualizations, such as a column chart comparing current and prior week unit counts.
  6. Publish the report and share it with stakeholders.

rubayatyasmin_0-1689517080227.png

 


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


This is so helpful and straighforward, thank you! Can you elaborate on Step 4 and provide insight on how to begin that work? That seems to be the missing link for me. Thank you again!

Happy to help. Kudos will be more appreciated. 

Sure. Elaborating the steps. though it will be a long process trying to give you an idea. 

 

  1. In Power BI Desktop, open the Power Query Editor.
  2. Select the query that retrieves the data from Jira.
  3. Apply necessary transformations (e.g., remove columns, change data types, filter rows).
  4. Ensure you have a date column for work unit records.
  5. Create a new column for the week number using the Date.WeekOfYear function.
  6. Group the data by week number and calculate the sum of work units.
  7. Append the transformed data from each week.
  8. Close and apply the changes to load the data into your report.

 

NOTE: 

Check the tutorial for PQ. https://learn.microsoft.com/en-us/power-query/power-query-ui

 

also you can look for youtube for basic tutorial for Power Query in Power BI. 

 

rubayatyasmin_0-1689517080227.png


Did I answer your question? Mark my post as a solution!super-user-logo

Proud to be a Super User!


Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors