Recently, I interviewed a few people for Power BI roles and here are some questions I asked in the initial rounds to assess their skill level. I’ve included sample answers below so you know how to approach such questions.
Prefer video? See this...
I made a video with 10 questions and my (elaborate) answers to them. Watch to learn how to answer such interview questions. See it below or on my YouTube channel.
1. What are the main differences between Power BI Desktop and Power BI Service?
Answer cues:
- Power BI Desktop is the main tool for creating or authoring reports.
- We use PBI desktop to clean up data, create data model, set up measures, build and refine charts and construct the reports.
- We then use Power BI Service to share the reports with the audience.
- Desktop = creation tool, Service = consumption tool
2. Explain the difference between a measure and a calculated column?
- Measures:
- calculate things on top of tables.
- calculated in the run-time based on the evaluation context.
- are usually aggregates.
- example: Shipment Count = COUNTROWS(Shipments)
- Calculated columns:
- are part of the table.
- are calculated at the time of creation based on the row-context.
- have one value per row.
- example: Discount Rate Row-wise calculation of discount rate based on order quantity
- Both measures and calculated columns use the same DAX language.
3. Describe the steps you would take to connect multiple data sources in a Power BI report?
- We can use Power Query to connect more than one source of data.
- We can also use PQ to merge / append / combine the data as needed.
- We can selectively load the data to Power BI and keep the rest in PQ level but customizing the load behaviour.
4. What do 1, * and arrow (â–¶) mean in the data model diagram?
- In a typical star-schema, we will have one to many relationship between dimension and fact table.
- The one side is denoted with a 1 and many side is denoted with a *
- The arrow indicates the direction of filter propagation.
- Power BI allows us to customize the filter direction (uni or bi-directional) and also have many-to-many relationships.
5. What is DAX and give me an example of DAX you've recently used?
- DAX stands for Data Analysis eXpressions. It is the main language of Power Pivot.
- Give examples based on your experiences and tell why / how they helped you solve problems.
6. How do you optimize the performance of a slow Power BI report?
- Answer questions like this based on your experience. If you have never optimized something, be honest and say that. Then give theoretical answers.Â
- Key optimization startegies:
- Reducing the data (filtering at PQ, Source level)
- Removing unwanted visuals, interactions and bookmarks
- Using performance profiler (Optimize ribbon in Power BI) to measure the performance of a page and identifying the problem areas.
- Setting up aggregate tables, pre-calculated views.
- [NEW] Using visual calculations instead of measures.
- Upgrading the Power BI on-prem servers, database servers (for direct query)
- Running time-consuming operations (such as PQ transformations) at low usage times (midnights, evenings)
7. How do you publish a Power BI Report to the service?
- Save and test the report. Make sure all calculations are correct and visuals represent the truth.
- Test any connections, refresh processes too.
- Publish the report (Publish button) and set the correct workspace.
- Test the report on the service view and make sure right people have access to the report.
- Optional, Send an email or share the report with the audience.
8. Explain RLS (Row Level Security) in Power BI?
- Row Level Security allows us to provide access to the relevant data to right people.
- For example, we can use RLS to show only USA data to the USA regional manager.
- We can use “roles” option in Power BI to set and test the roles.Â
9. What is a Slowly Changing Dimension (SCD) and how do you handle it in Power BI?
- SCD (Slowly Changing Dimension) is a dimension (or aspect of a dimension) that changes slowly over time.
- Give examples from your industry or previous work.
- Example: In our product table, we have a feature called cocoa percentage. For certain products this is changed once in a while based on customer feedback. This is an example of SCD.
- We can either replace the old values with new ones or create effective date based records.Â
10. How would you handle missing data?
- We can use either Power Query or Power Pivot to handle missing values in our data.Â
- Power Query shows missing values in a column thru Column Quality feature. We can use this to identify and deal with missing values.
- The key strategies for dealing with missing data are:
- Removing missing values
- Going back to source and fixing the problem
- Replacing missing values with an approximation (imputation)
- Ignoring missing values
Need more help? Watch the video
I made a video with 10 questions and my (elaborate) answers to them. Watch to learn how to answer such interview questions. See it below or on my YouTube channel.
Learn more: Power BI Weekend (2023)
My annual Power BI event – Power BI Weekend is happening this year on November 18 & 19. In this 4 hour event (2 hours on Saturday – Nov 18 & 2 more on Sunday – Nov 19), you will learn the Power BI Essentials to say yes to your next challenge.
The topics covered are,
- What is Power BI? How to use it?
- Power BI vs Power Query vs. Power Pivot
- Understanding Power BI Visual interactions & customizing them
- Data cleanup and transformations with PQ
- Setting up a star schema data model
- Creating and using DAX measures
- Interactive storytelling in Power BI
- Saving & publishing your work
- Resources to learn more
- Q&A with you
Tickets are on sale now. Book yours before they sell-out.


















39 Responses to “Make a Quick Thermometer Chart to Compare Targets and Actuals”
You'll probably have some readers insist on bullet charts, which in my experience are no easier to read.
Note on the case where actuals may exceed targets, the target has to be the second series in the chart, not the first, so it appears in front of the actual.
@Jon.. good point. And yes, readers are already saying bullets are the way to go. Atleast @dmgerbino said it on twitter: http://twitter.com/dmgerbino/status/6761754333
But I feel the same as you did. Bullets need orientation to get started and not that easy to construct (here is a tutorial btw... http://chandoo.org/wp/2008/07/21/dashboard-bullet-graphs-excel/ )
When you just have to compare 2 sets of values, a chart like above is good and easy enough.
And yes, thank you for saying that data series order should be correct to show the target on top.
I think bullet charts are a good alternative. I'm not a huge fan of the formatting that you used above where the outline is so thick.
Another option would be to combine a line graph (plan/goal amounts) with the columns (actual) and select the option to remove the line. This leaves just the value (marker), which can be increased in size to leave only a line about the size of the bar. It's an easy and cleaner way to show actual to plan/goal. Does that make sense?
Tony -
I would use columns (or area) for goal, and lines and markers for actual.
What about if you go over the target? The chart doesn't work so well then.
The technique described today is a near bullet chart. As I stated early this morning on Twitter (link: http://bit.ly/4K3yPM ) , I am a fan of Stephen Few's Bullet Graph.
Hubert Urruttia and I started with Charlie Kyd's method, but as Jon Peltier and Chandoo said, they are not easy to contruct. We moved onto prototyping with Fabrice Rimlinger's SPARKLINES FOR EXCEL and now use XLCube's (BonaVista) Micro Chart tool. Both of these tools allow you to create bullet charts just as easy as any Excel chart type.
As far as reading and interpreting them, this chart type has been the easiest for us to present.
There are many chart types. Today's "Make a Quick Thermometer Chart to Compare Targets and Actuals" is fine for a start, but your ultimate goal should be to create Bullet Graphs. AS Stephen Few states in his overview, "The bullet graph was developed to replace the meters and gauges that are often used on dashboards. Its linear and no-frills design provides a rich display of data in a small space, which is essential on a dashboard. Like most meters and gauges, bullet graphs feature a single quantitative measure (for example, year-to-date revenue) along with complementary measures to enrich the meaning of the featured measure. Specifically, bullet graphs support the comparison of the featured measure to one or more related measures (for example, a target or the same measure at some point in the past, such as a year ago) and relate the featured measure to defined quantitative ranges that declare its qualitative state (for example, good, satisfactory, and poor). Its linear design not only gives it a small footprint, but also supports more efficient reading than radial meters."
@dmgerbino
Since @dmgerbino had to bring my name up I guess I should throw in my two cents.
@dmgerbino and I have both implemented Bullet Charts with great success. What is most interesting about this fact is that we have had a harder time implementing Sparklines than Bullet Charts. The reason for this revolves around the simple fact of familiarity. I will explain. People look at a Sparkline and they think it is a really small Line Chart and it is not. People are familiar with Line Charts since they have been around since 1786 when they were created by William Playfair. Bullet Charts on the other hand are different so they almost demand an explanation. Because of this there was a lot of face time that was needed to explain these charts but once people got them they understood the concept. This is similar to when I introduced Cycle Plots http://bit.ly/87ydVG (Thank you @nbrgraphs!) or Horizon Charts http://bit.ly/6PVavj.
Now about the Thermometer Charts… The first thing I want to address is Tony Rose’s statement. I totally agree that the outline on the chart is too think. It might come of as being a whole new series or a new variable. What I have done in instances like this is I have created a Bar Graph and Scatter Plot mixture. Then I have turned off the Data Series on the Scatter Plot and turned on the Horrizontal Error Bars on the Scatter Plot. The new horizontal line stands for the Plan and the Bar is the actual. The reason why I find this more useful is because this technique works if you have exceeded plan. Actually, I do not understand how Chandoo’s method would display the data if Plan is surpassed.
This reminds me of another blog post that @dmgerbino, @Jon_Peltier, and myself commented on over a year ago. http://bit.ly/PNdO Actually, I talk about similar things in regards to familiarity to charting techniques.
- @hubert_urruttia
[...] we have a post on using thermometer charts to quickly compare actual values with targets. Today we follow up the post with 10 charting ideas you can use to compare actual values with [...]
Hi Chandoo
How do I increase the width of the bar chart and also make the long axis labels come in the same line?
Thank you,
Rajiv
@Rajiv
Select the outer part of the chart "Chart Area" and note the cursor will change to arrows
drag the edges to what ever size you want
You can hold the Alt key as you drag and the chart will snap to the cell boundaries
Now click on the chart area inside the chart "Plot Area" and note that a box with small circles appears around it
drag the circles on the edge of that box to suit
You can hold the Alt key as you drag and the chart will snap to the cell boundaries
@ Hui
Thank you for your comments. But my question was not for the "Plot Area" instead I wanted to know about how should I increase the width of the individual bar charts because with my data all the individual bars are coming to be thin and I want to make them appear broader.
Thank You
@Rajiv
Right click on the Series you want to change and select Format Data Series
Under Series Options goto Gap Width and decrease it to suit
[...] Make a Quick Thermo-meter Chart using Excel [...]
Thank you for the great chart and explanation!
How do I show two amounts (Signed Revenue and Pipeline) as stacked within the Target amount?
@CL... you can use stacked column charts and follow the same technique to get this. See attached file for an example - http://img.chandoo.org/playground/thermo-meter-with-additional-details.xlsx
Chandoo - thanks for the quick response! What if I want the data label for the pipeline to be the actual pipeline value, not the signed rev + pipeline value? i.e. 15 instead of 55
Thanks!
How would i do this in excel 2003?
[...] Thermo-meter charts are very good to show how actual value compares with target (or budget). But how can we add another point for say Last Year value to the chart with out cluttering it. [...]
Hi Guys,
Â
As Matt said,
"What if you if you go over the target?"Â
Is there a way to make it change color? or at least to show what the target  was?
I am planning to use this with a "Forecasted vs Real" production chart but I do not know how to show overproduction.
Any clue?
Thanks
How do I do this if I have 2 bars I want side-by-side? ie 2012 Mean with 2012 benchmark overlapping and then 2013 mean with 2013 benchmark overlapping? I want the 2012 and 2012 mean bars sie by side to compare multiple categories.Â
Sorry, I meant to say the 2012 and 2013 mean bars side by side
I have a problem in that my PM wants a chart that shows a stacked column (Labor and Expense) and then have the overall buget shown as a thermo.
Everytime I try to do this, I either end up with all three being stacked or all of them being seperated.Â
Help?
Or if someone knows how to only outline the top and sides of a chart series....then I would have this solved. (Make a stacked column with labor, expenses, and remaining budget, then clear the fill and outline only the top and sides.)Â I just can't figure out how to do that/ not sure if excel will let me only outline part of a chart series.
[...] Thermometer chart to show budget vs. actual performance [...]
Your home is valueble for me. Thanks!...
I've created the thermometer chart as the Chandoo tutorial described. How do I move my columns closer together? I don't want wider columns; I want to move my narrow columns closer together. Thank you!
Dear Elite members,
could you please let me informed whether we could incorporate color formating in this thermometer approach i.e. if my actual performance is <Min then meter color sud go Red, in between min & target it sud change to Amber & target and above sud change to Green. pls advise. thanks,
I think the only way to do that would be with VBA programming.
@Abhinav
Yes, Simply use a stacked column chart, colored appropriately
Or
You may also want to read about Bullet Charts
@ Hui,
Could you pls demonstrate this with the help of an example.
let's have the below sample data
Actual=12
Min=10
Target=15
Max=20
if Actual>=Min then bar color sud be Red
in between Min & Target= Amber
between target(inclusive) & Max = Green
greater than or equal to Max= Blue
Thanks in advance
Abhi
Great blog post with awesome sample data. I've implemented two of the top "power tips" by changing the colour of the actual values, AND setting Actual to be 40% transparent. Looking good.
[…] easy with these charts. Use them sparingly. As a rule a thermo-meter chart would be better (easy to make, takes less space, scalable) for situations like […]
[…] easy with these charts. Use them sparingly. As a rule a thermo-meter chart would be better (easy to make, takes less space, scalable) for situations like […]
I recently purchased the template bundle and love the ease of use - thank you!
I would like to ask if it is possible to add an important 'block' to the dashboard to illustrate an important status for my executive team; 'billing status'? (ie budget / amount billed) something like that?
Thank you!
@Cheif449.. Thanks for your purchase and kind words.
You can add this easily to the dashboard. Follow below steps.
1. Unprotect the dashboard worksheet.
2. Add a text box (Insert > Drawing Shapes) to the dashboard
3. Put any text inside it as per your need.
4. Format it as needed.
5. Protect the dashboard again.
How do you do this in Excel 2010 - I am not seeing that option in Format data series.
how would we check target and actual sale for multiple years
Select any of the bar, right click and format data series