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
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!
User | Count |
---|---|
66 | |
61 | |
47 | |
33 | |
32 |
User | Count |
---|---|
87 | |
72 | |
56 | |
49 | |
45 |