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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Show progress for card (increase & decrease)

Hi all,

 

So I need a card that can show not only sum of value but the progress such as positive/negative progess without setting a target (not a KPI card)

 

let say the value right now is 100, but maybe it will change to 120 next week. So the value in the card will change to 120 with additional information +20.

 

any idea ? thanks before 🙂

6 REPLIES 6
v-eachen-msft
Community Support
Community Support

Hi @Anonymous ,

 

You could calculate the increase/decrease and combine it with your current value.

1-1.PNG

Here is my test file for your reference. I used calculated column, you could refer to it and use column/measure to get your result.

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
Anonymous
Not applicable

Hi @v-eachen-msft 

 

Thanks for the input, is it possible to give a conditional formatting if the value negative it will change to red, and positive to green ?

Hi @Anonymous ,

 

Sorry to reply to you after so long.

You could create a new column to set increase/decrease.

Column 2 = 
var a =
CALCULATE(FIRSTNONBLANK('Table'[Column2],1),FILTER('Table','Table'[Column1]=EARLIER('Table'[Column1])-1))
return
'Table'[Column2]-a

Then set rules in conditional formatting.

2-1.PNG3-1.PNG

Capture.PNG

 

Community Support Team _ Eads
If this post helps, then please consider Accept it as the solution to help the other members find it.
amitchandak
Super User
Super User

Are you looking for some visual? Can you share some kind screenshot

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

Yes, I'm looking for a visual/chart. I'm sorry I don't have the screenshoot, but it looks like a card with 2 value. Actual Value plus the Delta Value in 1 card.
az38
Community Champion
Community Champion

Hi @Anonymous 

if I understand you correct, you can create a measure that calculate data in desired format and put it into the Card visual


do not hesitate to give a kudo to useful posts and mark solutions as solution
LinkedIn

Helpful resources

Announcements
Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.