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
Solved! Go to Solution.
Thanks for your response. I changed the SUM to SUMX and it solved the problem.
mActual =
FORMAT(
CALCULATE(
SUM(general_ledger_facts[value]),
LEFT(dim_account[accountnumber],1)>"2"),
, "### ### ### ###")
Thanks for your response. I changed the SUM to SUMX and it solved the problem.
In addition to my comment, sum and sumx alone seem to retrieve and only show accounts with existing values. The issue seemed to be caused by FORMAT, so removed the FORMAT in the function and all blanks disappeared.
User | Count |
---|---|
13 | |
8 | |
8 | |
7 | |
5 |
User | Count |
---|---|
21 | |
15 | |
15 | |
10 | |
7 |