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 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 |
---|---|
16 | |
8 | |
7 | |
6 | |
6 |
User | Count |
---|---|
26 | |
13 | |
12 | |
8 | |
8 |