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.
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 |
---|---|
24 | |
9 | |
8 | |
7 | |
6 |
User | Count |
---|---|
29 | |
13 | |
11 | |
9 | |
9 |