Posts

Showing posts with the label RADACAD

Know Your Data Better by Column Profiling In Power BI using Power Query

https://www.youtube.com/watch?v=r3B2mcewXSE   https://radacad.com/know-your-data-better-by-column-profiling-in-power-bi-using-power-query Go to the View tab in Power Query and enable Column quality, column distribution, and column profile. Check bottom right to choose column profiling based on sample of all rows.

Row Filtering in Power BI and Power Query: Remove Blank Rows Vs. Remove Empty

  https://radacad.com/row-filtering-in-power-bi-and-power-query-remove-blank-rows-vs-remove-empty

Scenarios of Using Calculated Tables in Power BI

  https://radacad.com/scenarios-of-using-calculated-tables-in-power-bi

Scenarios of Using Calculated Tables in Power BI

  https://radacad.com/scenarios-of-using-calculated-tables-in-power-bi Customer Sales = SUMMARIZE(FactInternetSales,FactInternetSales[CustomerKey], 'Total Sales', SUM(FactInternetSales[Total Sales])) Top 10 Customers = TOPN(100,'Customer Sales','Customer Sales'[Total Sales],DESC)