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
lastnn30
Post Patron
Post Patron

Why the Max and Min in Gauge visual + how to add Target column

Hi 

I do not understand why Gauge visual has Min and Max wells? What they are used for? I understand why we have Value and Target wells and I think that is enough. so what is the logic behind the Min and the Max? Also if you do not mind please, in this example I want to add a column to my table called "Target" and the value of each cell will be the (Sales +1000). I tried to click on the Table then Add column and then wrote  Target = Sales + 1000 but did not work, please see below, thank you so much indeed.

 

SNAG-0543.jpg

1 ACCEPTED SOLUTION
mwegener
Most Valuable Professional
Most Valuable Professional

Hi @lastnn30 ,

 

With MIN and MAX the start and end point of the gauge can be defined. More about this can be found in the documentation.

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-charts?WT.mc_i...

 

In your DAX formula the table reference is missing.

Target = SalesTable[Sales] + 1000

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


View solution in original post

2 REPLIES 2
lastnn30
Post Patron
Post Patron

Thank you very much.

mwegener
Most Valuable Professional
Most Valuable Professional

Hi @lastnn30 ,

 

With MIN and MAX the start and end point of the gauge can be defined. More about this can be found in the documentation.

https://docs.microsoft.com/en-us/power-bi/visuals/power-bi-visualization-radial-gauge-charts?WT.mc_i...

 

In your DAX formula the table reference is missing.

Target = SalesTable[Sales] + 1000

Did I answer your question?
Please mark my post as solution, this will also help others.
Please give Kudos for support.

Marcus Wegener works as Full Stack Power BI Engineer at BI or DIE.
His mission is clear: "Get the most out of data, with Power BI."
twitter - LinkedIn - YouTube - website - podcast - Power BI Tutorials


Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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