Power BI & Tableau Resources
54.5K subscribers
233 photos
18 files
434 links
🆓 Resources to learn Power BI, Tableau & Data Visualisation

Perfect channel to start learning everything about Data Analytics

Admin: @coderfun
Download Telegram
Best way to explain the importance of data visualisation 👇

https://www.instagram.com/reel/C3xrJAytWNz/?igsh=MWJoeXh5YjIycjcxdg==
👍8😁4🤣2
HOW TO LEARN POWER BI IN 2024 👇👇

🔺Get Familiar with Basics: Start by understanding the basics of Power BI, such as data sources, data modeling, and visualization concepts.

🔺Install Power BI Desktop: Download and install Power BI Desktop, the free version of Power BI, to begin creating reports and dashboards on your local machine.

🔺Explore Sample Data: Use sample datasets provided by Power BI to practice creating visualizations and getting comfortable with the interface.

🔺Learn Data Loading: Understand how to import data into Power BI from various sources, including Excel, databases, and online services.

🔺Data Transformation: Learn the process of cleaning and transforming data using Power Query to ensure it's suitable for analysis.

🔺Data Modeling: Grasp the fundamentals of data modeling, including relationships between tables, creating calculated columns, and measures.

🔺Create Visualizations: Practice creating different types of visualizations like charts, tables, and maps to represent your data effectively.

🔺Master DAX (Data Analysis Expressions): DAX is the formula language used in Power BI. Learn how to create calculated columns, measures, and calculated tables using DAX.

🔺Build Dashboards: Combine visualizations into interactive dashboards to convey insights effectively. Understand how to use filters and slicers.

🔺Publish to Power BI Service: Explore Power BI Service, where you can publish your reports and share them with others. Learn about collaboration features.

🔺Explore Advanced Features: Dive into advanced features like Power BI Apps, Power Automate integration, and Power BI Embedded for more sophisticated applications.

🔺Stay Updated: As Power BI is regularly updated, stay informed about new features and improvements. Join online communities or forums to connect with other Power BI users and learn from their experiences.

👀🧠Remember, consistent practice and real-world projects will enhance your skills. Utilize online resources, tutorials, and documentation provided by Microsoft to deepen your understanding.
👍49🔥65
Which DAX Function is used to calculate last year's data?
Anonymous Quiz
21%
SAMEDATALASTYEAR()
38%
SAMEPERIODLASTYEAR()
5%
SAMEYEAR()
36%
LASTYEAR()
👍35👏1
PowerBi Cheatsheet ❤️
👍3011🤣10👏1
Different roles in data

1. Business analyst
2. Data analyst
3. Data engineer
4. Data scientist
5. Database administrator
👍36👏41
By using Data Analysis Expressions (DAX), you can add three types of calculations to your semantic model:
1.Calculated tables
2.Calculated columns
3.Measures
👍24
Benefits of using dax variables

1. Improving the readability and maintenance of your formulas.

2. Improving performance because variables are evaluated once and only when or if they're needed.
👍19
Three options for connecting to data:
1. import
2. DirectQuery
3. live connection
👍23👏1
What are calculated columns???

You can write a DAX formula to
add a calculated column to any table in your model. The formula is evaluated for each table row and it returns a single value.
👍26
Power BI Scenario based Questions 👇👇

📈 Scenario 1:Question: Imagine you need to visualize year-over-year growth in product sales. What approach would you take to calculate and present this information effectively in Power BI?

Answer: To visualize year-over-year growth in product sales, I would first calculate the sales for each product for the current year and the previous year using DAX measures in Power BI. Then, I would create a line chart visual where the x-axis represents the months or quarters, and the y-axis represents the sales amount. I would plot two lines on the chart, one for the current year's sales and one for the previous year's sales, allowing stakeholders to easily compare the growth trends over time.

🔄 Scenario 2: Question: You're working with a dataset that requires extensive data cleaning and transformation before analysis. Describe your process for cleaning and preparing the data in Power BI, ensuring accuracy and efficiency.

Answer: For cleaning and preparing the dataset in Power BI, I would start by identifying and addressing missing or duplicate values, outliers, and inconsistencies in data formats. I would use Power Query Editor to perform data cleaning operations such as removing null values, renaming columns, and applying transformations like data type conversion and standardization. Additionally, I would create calculated columns or measures as needed to derive new insights from the cleaned data.

🔌 Scenario 3: Question: Your organization wants to incorporate real-time data updates into their Power BI reports. How would you set up and manage live data connections in Power BI to ensure timely insights?

Answer: To incorporate real-time data updates into Power BI reports, I would utilize Power BI's streaming datasets feature. I would set up a data streaming connection to the source system, such as a database or API, and configure the dataset to receive real-time data updates at specified intervals. Then, I would design reports and visuals based on the streaming dataset, enabling stakeholders to view and analyze the latest data as it is updated in real-time.

Scenario 4: Question: You've noticed that your Power BI reports are taking longer to load and refresh than usual. How would you diagnose and address performance issues to optimize report performance?

Answer: If Power BI reports are experiencing performance issues, I would first identify potential bottlenecks by analyzing factors such as data volume, query complexity, and visual design. Then, I would optimize report performance by applying techniques such as data model optimization, query optimization, and visualization best practices.
👍8044👏3🔥2🤔1
Which of the following DAX Function is available in Power BI?
Anonymous Quiz
37%
RUNNINGAVG()
21%
MOVINGMIN()
18%
RUNNINGMAX()
24%
RUNNINGSUM()
👍18🤔13🔥7
Thank you so much for 50 sales guys, it motivates me to bring more of such content in the future ❤️
👍14👏5🤔21
Which of the following Power BI component is used to perform data cleaning and transformation?
Anonymous Quiz
87%
Power query
6%
Power view
7%
Power pivot
👍7
Power BI vs Tableau
26👍22
Power BI or Tableau? Which one you love the most
Anonymous Poll
16%
Tableau
81%
Power BI
2%
None 🥺
👍199
Useful tips to select Chart Type

👉 If you have categorical data,then either use a bar chart if you have more than 5 categories or a pie chart for less than 5 categories.

👉 If you have nominal data, use bar charts ; histograms if your data is discrete,; line/ area charts if it is continuous.

👉 If you want to show the relationship between values in your dataset, use a scatter plot, bubble chart, or line charts.

👉 If you want to compare values, use a pie chart — for relative comparison — or bar charts — for precise comparison.

👉 If you want to compare volumes, use an area chart or a bubble chart.

👉 If you want to show trends and patterns in your data, use a line chart, bar chart, or scatter plot.
👍2910
How to choose a graph
👍362