The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I have a table of transactions with amounts, transaction IDs and customers where several transactions can have the same customer. I would like to identify the duplicates in the customer column, and summarize the amounts associated to each individual customer. From then, I would like to sort these sums in a column, with decreasing sums. Is there any way to make this happen with DAX-formulas?
Why would you not just use a matrix?