The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi guys,
I need to show the total value for each row in the table by Column.
How can I do this using DAX?
A | Item | Value | Expected result |
Cat1 | 1 | 10 | 25 |
Cat1 | 2 | 15 | 25 |
Cat2 | 1 | 20 | 20 |
Cat3 | 5 | 30 | 30 |
User | Count |
---|---|
25 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |