Forum Discussion
Jthathaisa
7 years agoRegular Visitor
Adding a loop in Power Bi
Hi Team, How does one add this loop below in power BI let start = 100; const rows = []; for (let i = 0; i < rows.length; i++) { start = start * (rows[i].priceChange + 1); } The aim o...
Anonymous
7 years agoNot applicable
Could you please post sample data and desired outcome?