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
Anonymous
Not applicable

How to keep track of a record value

Hi everybody thanks for reading,

I need to use my report on a monthly basis.

Let´s say this month the results in my database were:

 

Project% of completion
P150%

 

And next month is not 50% but 60%

 

I want my report to say/show P1 has increased compared to last month or has stayed the same.

 

Is there a way to achieve this?

 

Thank you,

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @Anonymous,

It sounds like you want history analysis/compare features that power bi does not support.

I'd like to suggest you do the backup operation with the summary result and get data to power bi side. After these steps, you can write a measure formula and use it in the table to remark the records which change between updates.

Regards,
Xiaoxin Sheng

View solution in original post

5 REPLIES 5
amitchandak
Super User
Super User

@Anonymous ,Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.

 

Time intelligence can help

Power BI — Month on Month with or Without Time Intelligence
https://medium.com/@amitchandak.1978/power-bi-mtd-questions-time-intelligence-3-5-64b0b4a4090e
https://www.youtube.com/watch?v=6LUBbvcxtKA

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
Anonymous
Not applicable

Hi @amitchandak thank you for your reply

this basically my database: (Excel)

 

Project nameStart DateLocationFirst PaymentSecond Payment% completed
P1

21/10/2021

MIA

YesYes100%
P221/10/2021YYZYesNo50%

 

 

For some reason the table is not working heres an image:

efroseroc_0-1634836724515.png

 

What I want is to have a simple IF in excel that calculates de % completed column.

Do I need to add a previous month completion percentage in my database? or is it possible to achieve what I want with just Power Bi?

 

 

 

Anonymous
Not applicable

Hi @Anonymous,

Did you mean to check the previous records and highlight the record which increased or not changed?
If that is the case, I'd like to suggest you use to create a table visual with your records and write a measure formula to apply conditional formatting on your value fields.

Conditional table formatting in Power BI Desktop - Power BI | Microsoft Docs

Add an index column (Power Query) (microsoft.com)
Regards,

Xiaoxin Sheng

Anonymous
Not applicable

Hi @Anonymous, what I mean is, imagine you have weekly meetings to check the progress of a project.

Today the completion of a project shown in excel is 50%.

But next week is 75%. 

So what I want is a way to know is, for all rows (1 project per row) in excel which one had increased or decreased their percentaje.

Because what normally would happen is, Power Bi gets the data from excel and changes the values, and that´s it so you wouldn't  really know if there was progress in each project.

I hope I was clear, thank you very much for your reply.

Anonymous
Not applicable

Hi @Anonymous,

It sounds like you want history analysis/compare features that power bi does not support.

I'd like to suggest you do the backup operation with the summary result and get data to power bi side. After these steps, you can write a measure formula and use it in the table to remark the records which change between updates.

Regards,
Xiaoxin Sheng

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