
Explore Power BI with DAX from basics to advanced, covering Power Query for data cleaning, visuals, DAX measures and calculated columns, data modeling, dashboards, sharing reports, and bookmarks.
Explore Power BI desktop basics, import Excel data, and create dashboards. Learn data modeling, relationships, and Power Query for ETL and data cleansing to drive visuals.
Learn how Power BI handles source data changes during refresh, focusing on header stability, case sensitivity in Power Query, and data integrity with the clustered column visual.
Explore how legends unlock category-level insights and how small multiples show the same chart across categories and dates, with tips on color, borders, and date hierarchies.
Explore how to reuse a single field for total, average, max, and min calculations in a clustered column visual in Power BI, and enhance insights with tooltips and date hierarchy.
Explore stacked column visuals in Power BI, compare stacked and clustered column charts, use the ribbon option to reveal year-by-year contributions, and optimize readability with legends, colors, and layout.
Master slicers in Power BI to compare time ranges, enable cross filtering across visuals, and customize interactions with multiple slicers for dynamic year-level dashboards.
Learn to change a Power BI data source path via Power Query and data source settings, preserving headers, and refreshing visuals with bar, column, and 100% stacking visuals.
Explore drill down and drill up to navigate country, age group, and item hierarchies, using expand all down one level and cross filtering to analyze dashboards and visuals.
Learn how to import and combine multiple Excel files from a folder using Power Query in Power BI, transforming data, cleaning headers, and loading a unified dataset for dashboards.
Design and format card visuals in Power BI to display a single metric per card, such as cost or sales, copy and customize them while keeping numbers stable against slicers.
Explore the table visual in PowerBI, including table and matrix views, formatting options, conditional formatting, data bars, icons, borders, alignment, and spark line to convey numeric data clearly.
Learn how to sort the x-axis months in power BI by creating a numeric index and sorting by that index, addressing text-month sorting issues and axis sort options.
Master advanced sorting in power bi by creating a custom sort order for months and categories with power query, using index or conditional columns to ensure correct axis order.
Explore the matrix visual in Power BI to create pivot-like summaries with multi-level rows and columns, drill down and up, expand all, and customize totals, layout, and conditional formatting.
Learn to create pie and donut visuals showing weightage and country contributions, and build funnel visuals with sorting, slicers, and DAX-based insights for sales analysis.
Explore web URL links and a decomposition tree to analyze sales by country and category; use gauge visuals with dynamic targets and learn about sharing and locking reports.
Discover how to use Power BI's multi card and new card visuals to display multiple metrics in one card, with rich formatting, layouts, and reference-level tooltips.
Explore KPI visuals in Power BI to display latest year trends, target, color, and icons for performance. Build navigation bars with buttons, page navigation, bookmarks, and slicers to create dashboards.
Explore drill through in Power BI, linking visuals with drill through fields and build tool buttons. Learn to manage states and hide drill through sheets for secure navigation.
Learn to customize themes and use the analytical pane in Power BI, adjusting colors, fonts, borders, and backgrounds across visuals with light or dark themes and the default mode.
Explore line and area visuals in Power BI to analyze trends with line charts, focusing on year-on-year and month-on-month patterns, and understand area charts for volume and stacking options.
Learn to use the Power BI filter pane to apply basic and advanced filters, top and bottom rules, and numeric comparisons, and control filters on visuals, pages, or all pages.
Explore importing data from SQL Server with Power Query, connecting to Adventure Works 2019, writing and editing SQL queries, and filtering by zone in Excel or Power BI.
Learn to write DAX measures in Power BI, creating sum, average, max, distinct count, and count rows, then apply them in visuals within filter context.
Explore the calculate function in DAX and learn to apply filter context to create dynamic measures, performing sums, averages, and counts across categories such as toys, animals, and country filters.
Learn how the filter function returns a table to drive DAX; apply all, allselected, and allexcept to control filter context in calculate, with practical cross-filtering and contribution calculations.
Learn to use the summarize table function in DAX to group data, produce country-wise totals, and build on the fly summaries with sum and filter operations in Power BI.
Learn the top n function in Power BI to pull top contributors by total sales, using summarize and order by expression for dynamic, reusable insights.
Explore DAX iterators—sumx, countx, and averagex—and perform row-by-row calculations on the fly. Learn when to use measures instead of calculated columns to optimize data size and performance.
Master top n with sumx in Power BI by creating on-the-fly tables, summarizing data, and calculating top three countries by item shipped, while navigating grand total behavior and rankx nuances.
Explore Power BI and DAX concepts through student questions, including ranking with rankx, top N analysis, creating on-the-fly tables with summarize, and choosing measures versus calculated columns.
Learn how to use the dax selected value function with slicers to display dynamic country data in visuals, create responsive titles, and handle single versus multiple selections.
Learn to write DAX in steps, using variables, multi-line measures, and step-by-step logic to build powerful calculations in Power BI, with examples of text joining, sums, and conditional icons.
Explore practical DAX problem solving in Power BI, including unpivoted data, using calculate, sum, all, top n, summarize, rank X, and in/not in filters to build robust visuals and measures.
Master data modeling in Power BI by linking multiple tables through relationships, enabling visuals that combine employee ID, quantity, and sales from separate sources.
Explore one-to-many relationships in Power BI, linking a fact table with a dimension table to manage transactional data, use cross filtering, and reduce duplication.
Explore many-to-many in Power BI data modeling, bridging with a country list via Power Query to achieve one-to-many relationships, enable full slicer coverage, and understand star schema benefits.
Explore many-to-many challenges and build robust data models by unpivoting pivoted data, establishing one-to-many relationships, and designing a star schema with a central fact table and calendar and employee dimensions.
Explore how to build robust Power BI attrition reports using DAX and relationships, aligning calendar dates with iteration dates, resolving blanks, and leveraging user relationships for accurate counts.
Build an executive performance dashboard in Power BI using DAX to track actual vs target, variance, and monthly and quarterly trends, with star schema data modeling and slicers.
Create top and bottom performers in a Power BI dashboard using month slicers and rankings. Leverage DAX for blanks, top five or ten views, and cross-page navigation.
Create a BI performance dashboard from scratch using slicers, cards, bookmarks, and visuals; model transactional and dimension data, apply related for cost, and build revenue, cost, PNL, and shipping metrics.
Sign up for cloud-based Power BI service, publish reports to your workspace, and share dashboards with controlled permissions using licenses, workspaces, and mobile layouts.
Explore how to use bookmarks and selections in Power BI to toggle between graphs and tables, and build shape-based buttons that control visuals.
Master DAX time intelligence functions and learn to create a robust calendar in Power BI, using min/max dates and calendar vs calendar auto for accurate date analytics.
Master YTD, MTD, and QTD calculations in Power BI with time intelligence, using totalYTD and a calendar date table. Learn to set up date tables, relationships, and sorting for accuracy.
Learn to build a quarter-to-date DAX in Power BI, summing sales, using a calendar table, and calculate monthly weightage within each quarter via all except filters and slicers.
Learn to use the first date and last date DAX functions to determine the beginning and end of month, quarter, and week numbers, and create measures with a calendar table.
Master end of month and start of year calculations in Power BI using DAX functions like end of month and year start, and understand week numbers and quarterly implications.
Explore DAX time intelligence to compute closing balance by month, quarter, and year, create measures, and validate results using dates and sales data.
Explore the date add time intelligence function in Power BI to compare year-on-year and month-on-month sales. Learn to implement it in calculate with calendar date and prior intervals.
This BI course is divided into various sections starting from BI Visuals, DAX, Data Modelling, Dashboards and sharing of the the reports on Cloud. I have covered everything in this Course for you. You will be a FULLY PRO after finishing it.
We have covered BI Desktop, DAX ,Data modelling, Dashboards and BI service in this big course for you.
Also, Covered basic level information on PowerQuery for your better grip on fundamental.
Relationship between Powerquery and PowerBI - Why it is important to understand.
Clustered Column , Stacked Column Chart , Bar charts family
How to import data and things to be taken care of from different sources like a folder.
Drill down - off and on .
Stylish Drill-Through feature.Line & Pie Visualizations.
Tool-tip and Tool Tips features - Why you need them and what is the difference.
How to make Tables and Matrix. Their role in reports .Difference between them. Advantages and disadvantages.
Slicers (Old and latest)
What are Cards and Themes in BI - Simple awesome.
Learn not so much explored Analytical feature in Visualizations- A full detailed discussion on each feature. Why and where you need this.
Cross Filtering feature, Drill Through, Soriting axis labels and customizing them
Area Chart Visualization ,Line and Column visualization - including stacked.
Complete discussion on KPI , Tree Map , Decomposition tree visualization, Ribbon Chart.
How to use shapes ,bookmarks and selections in power-bi to take the reports to extreme level.
Use of Slicers in navigating pages.
How to Create a Dashboard in Powerbi Using above points.
What is a BI Service and what is the relationship between Desktop and Service when it comes to dashboards.
Create Workspaces, Reports in power BI Service
How to provide Admin or Viewer rights to team members who can read or edit the reports and you don't have to email.
How to link Local excel files or files shared on server with BI service.
How to prevent or put data restrictions on users so they can not see other reports.
What is a difference between datasets, dashboards, Reports in BI service.
Learn how we have made a incredible dashboard - Sales Dashboard
Types of relationships - Data Modelling - One to One , One to Many, Many to Many
Types of Cardinality. - Single direction and both directions
What is a Dax and its role in PowerBI.What is DAX Measure and Calculated Column (This is Part1 series of DAX)
What is the difference between Measure and Calculated Columns in terms of functioning and fundamentals.
Which one is better or which one to choose while writing DAX Formula in PowerBI
How to write SUM,AVERAGE,COUNT,MAX,MIN,DIVIDE . Its different from excel in terms of fundamental.
Learn amazing DAX functions like SUMX, COUNTX,FILTERHow to use One DAX into another DAX ,If situation demands.
Most versatile and used DAX in POWERBI - CALCULATE - From basic to advance
Utmost important DAX like - ALL , ALL SELECTED, ALL EXCEPT
Mixing of ALL with CALCUALTE to yield powerful results
How to write IF dax as a calculated column
How to write IF as a measure. Its fundamentals which is important.
Use of DISTINCT and DISTINCTCOUNT and what is the difference between them.
How to handle multiple conditions in a simpler manner using SWITCH Dax. Its alternate to your IF Dax.
What is IN and NOT dax. Check out their use.
Discussing Basic DAX like SUM, COUNT, COUNTBLANK, DISTINCT COUNT .
How to use Calculated field and what are measures.
Which one better - Calculated column DAX or Measure DAX - with scenarios
HASONEVALUE
Get ready for a DAX Surprise Test.
Related DAX - Vlookup way
Time Intelligence DAX functions
Cumulative SUMs - yearly, monthy , daily
Why we should know SUMMARIZE Dax
CALCULATETABLE Dax and its use with Summarize dax
SelectedValue and VALUES, ConctenateX
UserRelationship DAX
BI Mobile apps - how to see reports via mobile - android phones and why it is called next level in bi.
Major differences between BI Service and BI Desktop