Hi all,
I'm having trouble getting blank values to fill in properly here.
I have three meaures:
1.)Running Total - This is a running total of the pallet quantites in a warehouse.
Solved! Go to Solution.
The HASONEVALUE is preventing your total. You can reference your existing measure in an expression like this, and use this in its place. I'm not sure if Norvan/Blumon are Clients or Warehouses, but use that column here.
NewMeasure = SUMX(VALUES(sqft[client]), [New Sq Ft Total])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
The HASONEVALUE is preventing your total. You can reference your existing measure in an expression like this, and use this in its place. I'm not sure if Norvan/Blumon are Clients or Warehouses, but use that column here.
NewMeasure = SUMX(VALUES(sqft[client]), [New Sq Ft Total])
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
That worked! Thanks!
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
459 | |
173 | |
119 | |
59 | |
52 |
User | Count |
---|---|
450 | |
152 | |
130 | |
73 | |
73 |