Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Hi All,
I have a very complicated dashboard I have taken over from someone and I am still new to PowerBI
The total below should show $49,197,123.91 which the rows equal to. How can I change it so this happens.
Solved! Go to Solution.
Hi @KaylaJV ,
Create another measure like below and use it in visual instead.
measure =
IF (
ISINSCOPE ( Table[No & Name] ),
[actual],
SUMX ( VALUES ( Table[No & Name] ), [actual] )
)
Best Regards,
Jay
Hi @KaylaJV ,
Create another measure like below and use it in visual instead.
measure =
IF (
ISINSCOPE ( Table[No & Name] ),
[actual],
SUMX ( VALUES ( Table[No & Name] ), [actual] )
)
Best Regards,
Jay
Doesnt seem to work.
@KaylaJV , All you column used in matrix
Sumx(Summarize(Table[No & Name], Table[Col1], Table[Col2]),Calculate(z) )
Sumx(Addcolumns(Summarize(Table[No & Name], Table[Col1], Table[Col2]), "_1",Calculate(z) ), [_1])
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |