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)






Comments

Popular posts from this blog

Difference between DISTINCT and VALUES in DAX