The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi guys,
Been having some interviews for Power Bi Developer Roles.
I was tasked to come up with a report using some data that the company has provided.
I was wondering, from your own experiences, what do employers look for in your work?
I know its use of a variety of different functions but what sort of stuff would wow them?
I am having trouble coming up with formulas and ways to interpret their data as they gave me no clear direction to go in, I was just told to "see what you could do" , this being my first interview as a full-time developer.
Any help would be appreciated.
Solved! Go to Solution.
Hey @paulfink ,
that's a difficult question as it depends in the scenario and the company.
When we have someone applying in my company, I am looking for the following things:
- First of all does the applicant understand and try to understand the data. Really make sure you know what you are talking about, as that is what will be your role later. Ask questions when something is not clear also during the process of creating.
- Create a proper data model in (best case) a star schema. Proper modeling is key to good analysis. Create fact and dimensional tables and create proper relationships.
- Work clean, for example hide ID columns when they are not needed, remove columns that are not needed (remove description columns in multiple languages when you analyze in English only)
- Try to figure out what the user of the report would be interested in. Put yourself in his shoes, what does he want to know, where is he usually struggling. Which insights are difficult to get with a normal data structure.
- Combine contexts. For example, show the history of a measure over time as tooltip when you just take a look at a specific moment in you analysis.
- Usually there are traps in tasks like that. Try to solve them and don't be shy to discuss them with your imaginary client. This will happen later all the time, be proactive, tell them the options and show you can communicate like a pro.
At the moment what I can think about, this seems to be the most important for me.
Hi, @paulfink
Have selimovd’s reply helped you to find the way? Because his reply is very comprehensive and helpful in my opinion.
If so, would you like to mark his reply as a solution so that others can learn from it too?
You can also follow these links to get some useful tips:
https://maqsoftware.com/expertise/powerbi/power-bi-best-practices
https://p3adaptive.com/2017/06/top-5-power-bi-visual-design-practices-transforming-good-great/
https://www.knowledgehut.com/blog/business-intelligence-and-visualization/power-bi-best-practices
Thanks in advance and best wishes!
How to Get Your Question Answered Quickly
Best Regards,
Community Support Team _Robert Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hey @paulfink ,
that's a difficult question as it depends in the scenario and the company.
When we have someone applying in my company, I am looking for the following things:
- First of all does the applicant understand and try to understand the data. Really make sure you know what you are talking about, as that is what will be your role later. Ask questions when something is not clear also during the process of creating.
- Create a proper data model in (best case) a star schema. Proper modeling is key to good analysis. Create fact and dimensional tables and create proper relationships.
- Work clean, for example hide ID columns when they are not needed, remove columns that are not needed (remove description columns in multiple languages when you analyze in English only)
- Try to figure out what the user of the report would be interested in. Put yourself in his shoes, what does he want to know, where is he usually struggling. Which insights are difficult to get with a normal data structure.
- Combine contexts. For example, show the history of a measure over time as tooltip when you just take a look at a specific moment in you analysis.
- Usually there are traps in tasks like that. Try to solve them and don't be shy to discuss them with your imaginary client. This will happen later all the time, be proactive, tell them the options and show you can communicate like a pro.
At the moment what I can think about, this seems to be the most important for me.
If you want sample report of Power BI microsoft already provided samples of six reports
https://docs.microsoft.com/en-us/power-bi/create-reports/sample-datasets
Please go through those sample and you would get some idea how to proceed with Data you already have.