Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi there,
For our case we need to have a DAX measure that shows the total of a value on all rows. This needs to in dynamically so we figured that DAX should be needed.
Here is an example:
Value | Total | |
a | 1 | 11 --> SUM(A:C) |
b | 4 | 11 |
c | 6 | 11 |
TOTAL | 11 | 33 |
Does anyone know the DAX measure for this?
Thanks!
Solved! Go to Solution.
@Anonymous ,
Total = calculate(sum(Table[Value]), allselected())
@Anonymous ,
Total = calculate(sum(Table[Value]), allselected())
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
21 | |
21 | |
20 | |
13 | |
12 |
User | Count |
---|---|
42 | |
28 | |
25 | |
23 | |
22 |