Hello,
pretty new to power query and dax, I've used < List.Sum list.firstN / Range and List.Accumulate to create running totals, and an index column in Dax power pivot
but I'd like to create one based on a condition, so at simples two columns 'Product ' a b c and 'sales' and create a running total of sales based on the product ;
so in Excel < sumif ( product range, 1st cell of product range (ie ($A$1:A1),range to sum >
pretty new to power query and dax, I've used < List.Sum list.firstN / Range and List.Accumulate to create running totals, and an index column in Dax power pivot
but I'd like to create one based on a condition, so at simples two columns 'Product ' a b c and 'sales' and create a running total of sales based on the product ;
so in Excel < sumif ( product range, 1st cell of product range (ie ($A$1:A1),range to sum >