MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
- Report this post
Practical interview question for an entry-level data analyst role in #Power BI:Question:How would you use DAX to calculate year-over-year (YoY) growth in a dataset?Answer:๐ Create a Date Table:First, make sure you have a Date table with columns for Year, Month, and Date that covers the time range of your data.๐ Calculate Total Sales:Use SUM(Sales[Amount]) to calculate total sales for the current period (like a specific month or year).๐ Find Last Year's Sales:Use CALCULATE([Total Sales], SAMEPERIODLASTYEAR(DateTable[Date])) to get sales for the same period last year.๐ Calculate YoY Growth:Use DIVIDE([Total Sales] - [Previous Year Sales], [Previous Year Sales], 0) to find the percentage growth or decline compared to last year.๐ Example:If sales in June 2023 were $200, and in June 2022 they were $150, YoY growth would be 33%.๐ Why Itโs Useful:This helps businesses see how their performance is changing year-over-year so they can make informed decisions.๐ Apply to Other Metrics:You can use the same approach to track growth in profits, customer numbers, or any other business metric.Hope everyone understood ๐ค!โก๏ธ๐๐๐๐๐ซ๐ซ๐๐ฅ๐ฌ/๐๐๐ฌ๐จ๐ฎ๐ซ๐๐๐ฌ:: : https://lnkd.in/gcw-ziZmMADHU THANGELLA connect with me for more updates !I'll post real interview Q&A daily. If you like my content, connect with me, and check out another Q&A in the comments๐!#dataanalyst #powerbi
84
5 Comments
MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
1w
- Report this comment
Join my ๐๐ฅ๐๐ WhatsApp channel where I share curated job/internship openings for data-related roles and industry updates . already having strong community 5400+!๐WhatsApp channelโ :-https://lnkd.in/g94vvJ9F
2Reactions 3Reactions
Amaresh Kumar
Business Analyst | Power BI | SQL | Advance Excel | Python | Story Telling | Statistics | Data visualization |Problem Solving | Descriptive Analysis | Prescriptive Analytics | Excellent Interpersonal skills
1w
- Report this comment
Great explanation on how to use DAX to calculate YoY growth in Power BI! Another useful tip is to use the SAMEPERIODLASTYEAR function to compare the same time period from the previous year, such as comparing sales in January 2022 to sales in January 2021. This can provide a more accurate comparison and help identify trends over time. Additionally, it's important to consider any seasonality or external factors that may impact the data and adjust the analysis accordingly. Overall, using DAX to calculate YoY growth is a valuable tool for businesses to track performance and make data-driven decisions.
1Reaction 2Reactions
Sagar Tayde
Power BI Developer | Data Analyst | Certified in Microsoft SQL & Power BI | Business Analysis | Excel | ETL (Extract, Transform, Load) | DAX | Data Visualization | Data Analytics | Data-Driven Decision Making
1w
- Report this comment
Very helpful. Thank you MADHU THANGELLA
1Reaction 2Reactions
To view or add a comment, sign in
More Relevant Posts
-
MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
- Report this post
Practical interview question for an entry-level data analyst role in #Power_BI:Complex DAX Challenge: Describe how you would use DAX to calculate year-over-year growth in a dataset.๐ Date Table: Ensure you have a Date table with dates ranging from the earliest to the latest in your dataset. This table should include columns for Year, Month, and Date.๐ Total Sales: Calculate the total sales using SUM(Sales[Amount]) for the current period (e.g., year or month) in your main data table.๐ Previous Year Sales: Use CALCULATE([Total Sales], SAMEPERIODLASTYEAR(DateTable[Date])) to get sales from the same period in the previous year. Ensure your main data table is linked to the Date table by the date column.๐ YoY Growth Calculation: Define YoY Growth as DIVIDE([Total Sales] - [Previous Year Sales], [Previous Year Sales], 0) to compute the percentage change year-over-year.๐ Usage: Apply these measures in Power BI or Excel to visualize and track year-over-year growth trends for sales or any other metrics.๐ Example: For June 2023, if sales were $200 and in June 2022 they were $150, YoY growth would be 33%.๐ Insight: This analysis helps businesses track performance trends over time and make informed decisions based on annual growth rates.๐ Application: Modify formulas as needed to analyze different metrics such as profits or customer acquisitions, providing a comprehensive view of business growth.What DAX challenges did you face in interviews? Share your experiences in the comments!โก๏ธ๐๐๐๐๐ซ๐ซ๐๐ฅ๐ฌ/๐๐๐ฌ๐จ๐ฎ๐ซ๐๐๐ฌ:: : https://lnkd.in/gcw-ziZmMADHU THANGELLA connect with me for more updates !#PowerBI #DataAnalyst #DAXChallenge #YearOverYear #DataVisualization #BusinessIntelligence #datacommence
76
6 Comments
Like CommentTo view or add a comment, sign in
-
MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
- Report this post
Practical interview question for an entry-level data analyst role in #Power_BI:Question :-Describe how you would use DAX to calculate year-over-year growth in a dataset.Answer:-๐ Date Table: Ensure you have a Date table with dates ranging from the earliest to the latest in your dataset. This table should include columns for Year, Month, and Date.๐ Total Sales: Calculate the total sales using SUM(Sales[Amount]) for the current period (e.g., year or month) in your main data table.๐ Previous Year Sales: Use CALCULATE([Total Sales], SAMEPERIODLASTYEAR(DateTable[Date])) to get sales from the same period in the previous year. Ensure your main data table is linked to the Date table by the date column.๐ YoY Growth Calculation: Define YoY Growth as DIVIDE([Total Sales] - [Previous Year Sales], [Previous Year Sales], 0) to compute the percentage change year-over-year.๐ Usage: Apply these measures in Power BI or Excel to visualize and track year-over-year growth trends for sales or any other metrics.๐ Example: For June 2023, if sales were $200 and in June 2022 they were $150, YoY growth would be 33%.๐ Insight: This analysis helps businesses track performance trends over time and make informed decisions based on annual growth rates.๐ Application: Modify formulas as needed to analyze different metrics such as profits or customer acquisitions, providing a comprehensive view of business growth.Hope everyone understood ๐!Feel free to share any interview questions you've come across in the comments. Let's help each other prepare !โก๏ธ๐๐๐๐๐ซ๐ซ๐๐ฅ๐ฌ/๐๐๐ฌ๐จ๐ฎ๐ซ๐๐๐ฌ:: : https://lnkd.in/gcw-ziZmMADHU THANGELLA connect with me for more updates !#dataanalyst #powerbi
98
3 Comments
Like CommentTo view or add a comment, sign in
-
Deepak Lodhi
Python | Gen AI | RAG | Fine tuning| LLMOPS |SQL|Power BI|Driving Data-Driven Solutions to Elevate Business Operations and Fuel Growth๐๐
- Report this post
Practical interview question for an entry-level data analyst role in hashtag#Power_BI:Question :-Describe how you would use DAX to calculate year-over-year growth in a dataset.Answer:-๐ Date Table: Ensure you have a Date table with dates ranging from the earliest to the latest in your dataset. This table should include columns for Year, Month, and Date.๐ Total Sales: Calculate the total sales using SUM(Sales[Amount]) for the current period (e.g., year or month) in your main data table.๐ Previous Year Sales: Use CALCULATE([Total Sales], SAMEPERIODLASTYEAR(DateTable[Date])) to get sales from the same period in the previous year. Ensure your main data table is linked to the Date table by the date column.๐ YoY Growth Calculation: Define YoY Growth as DIVIDE([Total Sales] - [Previous Year Sales], [Previous Year Sales], 0) to compute the percentage change year-over-year.๐ Usage: Apply these measures in Power BI or Excel to visualize and track year-over-year growth trends for sales or any other metrics.๐ Example: For June 2023, if sales were $200 and in June 2022 they were $150, YoY growth would be 33%.๐ Insight: This analysis helps businesses track performance trends over time and make informed decisions based on annual growth rates.๐ Application: Modify formulas as needed to analyze different metrics such as profits or customer acquisitions, providing a comprehensive view of business growth.Hope everyone understood ๐!Feel free to share any interview questions you've come across in the comments. Let's help each other prepare !#powerbi #dataanalyst
54
Like CommentTo view or add a comment, sign in
-
Avneet Saluja Wadhawan
Data Analyst|SQL| Power BI| Excel |Python |Microsoft Certified Power BI Data Analyst Associate
One of the interview questions asked by one of my friends for the position of data analyst.There are 2 columns in a table, Product name and Product sales. You want % of sales for each product in Microsoft Power BiHow will you approach this question?First method:First, we want to calculate the total sales for each product.We will use sum function.Total_Sales = sum(Product_Sales[Sales])Then we will use calculate and all function:Calculate function is used to change the context.The first argument is the expression and the next arguments are the filter All function Returns all the rows in a table, or all the values in a column, ignoring any filters that might have been applied.This function is useful for clearing filters and creating calculations on all the rows in a table.Total_sales whole=All_Total_Sales = CALCULATE([Total_Sales],all(Product_Sales[Product]))This calculates the total sales ([Total_Sales]) without considering any filters applied to the 'Product' column in the 'Product_Sales' table.Thirdly, we will use Divide function to calculate the total percentage sales of each product.Sales % = divide([Total_Sales],[All_Total_Sales],0)Second method,If you want to use a single measure we can define that using variables to get the sales percentageUsing variables:Sales % by variables =VAR Total_Sales = [Total_Sales]VAR All_Sales = CALCULATE([Total_Sales], ALL('Product_Sales'[Product]))RETURN divide(Total_Sales,All_Sales,0)I will be covering the interview questions that will help you to make your understanding better.Want to start your data analysis journey Dm to know more.Follow Avneet Saluja Wadhawan for more updates!#sql #powerbi #openforwork #openforpowerbi#openforsql#hiring
36
8 Comments
Like CommentTo view or add a comment, sign in
-
MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
- Report this post
Practical interview question for an entry-level data analyst role in #Power_BI:Complex DAX Challenge: Describe how you would use DAX to calculate year-over-year growth in a dataset.๐ Date Table: Ensure you have a Date table with dates ranging from the earliest to the latest in your dataset. This table should include columns for Year, Month, and Date.๐ Total Sales: Calculate the total sales using SUM(Sales[Amount]) for the current period (e.g., year or month) in your main data table.๐ Previous Year Sales: Use CALCULATE([Total Sales], SAMEPERIODLASTYEAR(DateTable[Date])) to get sales from the same period in the previous year. Ensure your main data table is linked to the Date table by the date column.๐ YoY Growth Calculation: Define YoY Growth as DIVIDE([Total Sales] - [Previous Year Sales], [Previous Year Sales], 0) to compute the percentage change year-over-year.๐ Usage: Apply these measures in Power BI or Excel to visualize and track year-over-year growth trends for sales or any other metrics.๐ Example: For June 2023, if sales were $200 and in June 2022 they were $150, YoY growth would be 33%.๐ Insight: This analysis helps businesses track performance trends over time and make informed decisions based on annual growth rates.๐ Application: Modify formulas as needed to analyze different metrics such as profits or customer acquisitions, providing a comprehensive view of business growth.What DAX challenges did you face in interviews? Share your experiences in the comments!โก๏ธ๐๐๐๐๐ซ๐ซ๐๐ฅ๐ฌ/๐๐๐ฌ๐จ๐ฎ๐ซ๐๐๐ฌ:: : https://lnkd.in/gcw-ziZmMADHU THANGELLA connect with me for more updates !
113
Like CommentTo view or add a comment, sign in
-
Prem Mandal
Power BI Developer @SSL Kolkata | Data Analytics | Power BI | Adavance Excel | AI | 16+k + on LinkedIn |
- Report this post
Are you preparing for a Data Analyst interview?Data Analyst Series #Day17In this PDF, you will find a list of 4 commonly asked Data Analyst interview questions in Power Bi with comprehensive answers to help you succeed.1.Your report is taking a long time to load. How do you optimize its performance?2.You have a dataset with inconsistent data. How do you clean and transform it in Power BI?3.You need to combine data from multiple sources. What options does Power BI offer for data integration?4.A stakeholder wants a geographical representation of sales. How would you create a map visualization in Power BI?I hope these questions and answers help you prepare for your Data Analyst interview. Best of luck!Happy Learning! ๐I spill secrets of Data Analysis dailyP.S. Repost this info with your network โป๏ธDo Follow Prem Mandal for more contents.#Data #Analyst #InterviewPrep #DataAnalysis #Analytics #CareerGrowth #DataAnalystInterviewTips #PowerBi
65
9 Comments
Like CommentTo view or add a comment, sign in
-
Yuvraj Singh Bhadoria
Data Analyst @infosys | SQL , Python and it's libraries ,Azure , PowerBI , Tableau, SSIS , SSAS, Microsoft fabric, DAX , Pl-300 certified| Business intelligence developer , Data analyst
- Report this post
As a data analyst our daily tasks --80% of the time on impactful tasks:Data Cleaning (40%): Remove duplicates, handle missing values, correct data types, standardize data.Finding Insights (20%): Perform EDA, descriptive statistics, and hypothesis testing.Creating Relationships (10%): Join datasets, establish relationships, and model data.Solving Business Problems (10%): Define problems, apply analytical methods, and develop solutions.20% of time on aesthetics:Dashboard Design (20%): Use consistent design principles, ensure user-friendly interfaces, add interactivity, and enhance visual appeal.#dataanalyst #powerbi
22
1 Comment
Like CommentTo view or add a comment, sign in
-
MADHU THANGELLA
Data Analyst | 20K LinkedIn| Ex - iNeuron๐ | | Python ๐ | SQL๐น | SNOWFLAKE โ๏ธ | Power BI๐ | I Presents Insights To Business From Power bi |1000+ Topmate Bookings
- Report this post
Practical interview questions for an entry-level data analyst role in #Power_BI: along with answers ! Question): If you're working with a very large dataset that is slowing down Power BI, what strategies would you use to improve performance?๐ Use Import Mode: Opt for Import mode instead of DirectQuery for better performance, as Import mode caches data in memory.๐ Reduce Data Volume: Load only the necessary rows and columns, and ensure the dataset is free of duplicate records.๐ Aggregate Data: Summarize and group data before importing it to reduce dataset size and make calculations faster.๐ Utilize Indexes: Ensure your source databases have appropriate indexing for faster data retrieval.๐ Implement Incremental Refresh: Set up incremental refresh to update only new or modified data instead of reloading the entire dataset.๐ Optimize Data Model: Simplify relationships and use a star schema for more efficient queries.๐ Leverage Data Compression: Use Power BIโs built-in data compression features to reduce dataset size and improve speed.๐ Enable Query Folding: Perform data transformations at the source level by leveraging query folding to push transformations back to the source.๐ Partition Data: Divide large tables into smaller, manageable partitions for better performance.Hope everyone understood ๐!Feel free to share any interview questions you've come across in the comments. Let's help each other prepare !๐๐๐๐๐๐ซ๐ซ๐๐ฅ๐ฌ/๐๐๐ฌ๐จ๐ฎ๐ซ๐๐๐ฌ:: : https://lnkd.in/gcw-ziZmMADHU THANGELLA connect with me for more updates !I'll post real interview Q&A daily. If you like my content, connect with me, and check out another Q&A in the comments๐!----------------------------------------------------------------------Maximize your data's potential with expert support in SQL, Power BI, and more. We offer personalized project help, skill training, and consulting. For inquiries, email madhuthangella123@gmail.com or message us on LinkedIn.#dataanalyst #powerbi
67
1 Comment
Like CommentTo view or add a comment, sign in
-
Oluyomi Akeem David
Brand partnership โข Data Analyst | Finance | Graphic Designs | Business Consultation
- Report this post
Hello ๐, Are you struggling to become a professional Data Analyst.....?*Boost Your Data Analysis Skills!*As a data analyst, mastering key formulas is crucial for success. Here are the top formulas to elevate your game:*Basic Functions*- SUMIF/SUMIFS (conditional sum)- COUNTIF/COUNTIFS (conditional count)- AVERAGEIF/AVERAGEIFS (conditional average)- MAX/MIN (maximum/minimum values)- IF/IFS (logical tests)- VLOOKUP (vertical lookup)- INDEX/MATCH (flexible lookup)- PivotTables (data summarization)*Data Manipulation*- FILTER (filter data)- SORT/SORTBY (sort data)- UNIQUE (remove duplicates)- TRANSPOSE (rotate data)- GROUPBY (group data)*Statistical Functions*- AVERAGE (mean)- MEDIAN (middle value)- MODE (most frequent value)- STDEV/STDEVP (standard deviation)- VAR/VARP (variance)- CORREL (correlation coefficient)- REGRESS (linear regression)*Date and Time Functions*- TODAY (current date)- NOW (current date and time)- DATEDIF (date difference)- EOMONTH (end of month)- WORKDAY (workday calculation)*Text Functions*- LEN (text length)- LOWER/UPPER (text case)- TRIM (remove spaces)- SUBSTITUTE (replace text)- CONCATENATE (combine text)*Logical Functions*- IF/IFS (logical tests)- AND/OR/NOT (logical operators)- IFERROR/IFBLANK (error handling)- SWITCH (switch values)*Advanced Functions*- XLOOKUP (flexible lookup)- INDEX/MATCH (flexible lookup)Share your favorite formulas or tips in the comments!#DataAnalysis #Solution Provider #Story teller #Analytics #Productivity
11
3 Comments
Like CommentTo view or add a comment, sign in
-
Chris Awoke
- Report this post
Last weekend, I took part in an engaging data analytics resume challenge hosted by Dhaval Patel and Hemanand Vadivel from Codebasics. This project, focused on the human resources domain, was a refreshing change from my usual areas of expertise. The insights I gained were not only intriguing but also imparted valuable lessons, especially in the use of Power BI. Here are some key takeaways I'd like to share:(A). General Insights for Data Analysts:1). As a data analyst, it's crucial to listen more than you speak, particularly when determining what your employer or stakeholder needs from the dataset. Understanding their requirements thoroughly is essential.2). While listening, ask the right questions. Doing so positions you as a strategic partner rather than just a solution provider. Moreover, asking insightful questions helps you understand the stakeholders' long-term and short-term plans, allowing you to align your data analytics solutions accordingly.3). Always aim to provide comprehensive insight reports that encourage stakeholders to ask more questions. Your report should act as a minimum viable product (MVP) for effective decision-making.(B). Power BI Specifics:1). When excluding or transforming data using tools like Power BI or Tableau, think of dynamic solutions that will adapt even when new data is added. This practice distinguishes exceptional data professionals. Learn to work with parameters, filters, and calculated fields to achieve this flexibility.2). When working with DAX, keep your measures in a separate table. This approach helps maintain an organized data model, making it easier to manage and locate your measures. It enhances readability, centralizes all measures, reduces the risk of errors, and boosts productivity.3). Mastering the CALCULATE function in DAX is crucial when working with Power BI. Itโs fundamental for creating complex calculations and filters.There are many more lessons, but I'll stop here. I hope you found these insights valuable, whether they're new to you or a helpful refresher.I'd love to hear your thoughts in the comments section!#selftaught_data_lab #PowerBI #selftaught_data_analyst
69
15 Comments
Like CommentTo view or add a comment, sign in
29,914 followers
- 590 Posts
View Profile
FollowExplore topics
- Sales
- Marketing
- IT Services
- Business Administration
- HR Management
- Engineering
- Soft Skills
- See All