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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
areias_br
Helper I
Helper I

Graph Over time - Changing Values

Hi,

1. I have a report that is weekly updated. This report contains the data of expired overdues, based on a collum called "Status". So if a row has the Status Overdue then it counts 1.

 

2. This status however changes over time and has 4 options: Open, Open Overdued, Closed, Closed Overdued (if it was closed after being overdued).

 

3. I need a graph that shows me if I'm having more overdues this week than last week, and the previous one etc.  So It must show the ammount of overdues in Week 1, Week 2, Week 3 etc. 

 

My doubt is, how can I do it if the status is always changing? I also have the date when the status changed in a collumm "Conclusion Date". 

2 REPLIES 2
amitchandak
Super User
Super User

@areias_br , I think you need to create a snapshot

 

check if DAX append method can help

https://blog.crossjoin.co.uk/2020/04/13/keep-the-existing-data-in-your-power-bi-dataset-and-add-new-...
https://www.thebiccountant.com/2017/01/11/incremental-load-in-powerbi-using-dax-union/

 

 

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi Amit,

Thanks for your solution. I'm still trying to find another one as the information is still in the database, I just still don't know to use the proper formulas to get the result I want.

I have collums called "Opening Date" / "Expiracy Date" / "Closing Date" and by verifying these parameters I can say if in a wanted date what was the status of that action.

So...
If Opening Date < Wanted Date AND Closing Date = BLANK() AND Expiracy Date < Wanted Date Then Action is Overdue...

Just need to learn how to make a graph of this...day by day.


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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