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.
Hello,
What do I need to do to have a correct total on the highlighted table? It should be 7.
Thanks!
Solved! Go to Solution.
You need to add up the individual values, not compute the whole thing at the aggregate level. Try
Active GA+1 =
SUMX (
VALUES ( 'Table'[Sales partner code] ),
IF ( [Gross Addition Daily] >= 1, 1, 0 )
)
where 'Table'[Sales partner code] is the column you are grouping by in the matrix
You need to add up the individual values, not compute the whole thing at the aggregate level. Try
Active GA+1 =
SUMX (
VALUES ( 'Table'[Sales partner code] ),
IF ( [Gross Addition Daily] >= 1, 1, 0 )
)
where 'Table'[Sales partner code] is the column you are grouping by in the matrix
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |