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 September 15. Request your voucher.
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 |
---|---|
69 | |
64 | |
62 | |
55 | |
28 |
User | Count |
---|---|
112 | |
81 | |
65 | |
48 | |
38 |