The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |