How to use GAUGES to visualise KPI and GOAL PROGRESS // Beginners Guide to Power BI in 2022

preview_player
Показать описание
Download Demo File here:

In this video were going to look at the gauge visual and how you can use it to visual KPI values and their progress towards a goal.

-

🚩 Get Demo Files here

👍 Become a Patreon to support the channel and get free perks!

🛍 Get exclusive templates built using best practices here

❤ Other ways to support

GET IN TOUCH

🌍 WHO IS SOLUTIONS ABROAD
Hi, my name is Fernan, the one-man band of Solutions Abroad. I work as a Data Scientist based in London, UK and have over 6 years of experience working in Business Intelligence. Solutions Abroad these days is dedicated to teaching the ins and outs of Power BI, through the power of YouTube.

If you want to learn more, I’ve conveniently created playlists to help you find the right topic for you.

🐎 First, watch this video about how a typical Power BI workflow looks like

🗺 Learn DAX to extend your Power BI calculations

📆 Stay up-to-date on all the features Power BI releases monthly

🧪 Get certified as a Microsoft Data Analyst Associate

💡 Learn Power BI Features to improve your dashboards

📊 WHAT IS POWER BI?
Power BI is a business analytics tool by Microsoft. It creates a working environment suited for normal users, meaning tasks such as data extraction, cleansing, analysis and storytelling; these are made easily-accessible to citizen-users, and extendable for technical users. At face value it provides visually-stunning, interactive dashboards, but it’s built on top of so much more.

🔻 Get started with Power BI Desktop for FREE

#PowerBI #DataAnalytics #BusinessIntelligence
Рекомендации по теме
Комментарии
Автор

Thanks, that's really helpful.

Just an idea I use in our Power BI Gauges to set the max value of the Gauge to a measure as well to avoid the empty space, using the code below (just swap for your specific actuals and target values).

End Value =
SWITCH(
TRUE()
, [Value for Actual]>=[Value for Target], [Value for Actual]
, [Value for Target]
)

PSModelling
Автор

4:47- calendar table
5:14- total sales measure
6:30- total sales previous year measure
9:21- measure for conditionally formatting the colours

erinfield
Автор

Thank you for this good presentation, tell me if I want to do a visuals who tell me I have under the target ou have more than target what visual I have to take? I want to have also the possibility to have the possibility with this visual to have more visual by category without I copy and paste and filter these visuals. Thank you by advance about your next answer.

relaxlifenostress
Автор

Hi Fernan, please make a video on how to create a gauge chart with dates in power bi

bittujha
Автор

I'm having troubles selecting the measure/calculation "Gauge Colour" when trying in "Conditional formatting" --> "Field Values". It does not respond and the field is red like before you try entering your measure/calculation. Do you know why?

badmintoncoach-mikkeltoft
Автор

You did not show how you created you dax

uchennaanunike