This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreDid you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now
Hello,
What would be the correct measure or custom column to get the correct TOTAL BOXES SOLD in reference to the SOLD BY.
For example, if SOLD BY= PIECE, then TOTAL BOXES SOLD=SOLD QTY/PIECES PER BOX, otherwise TOTAL BOXES SOLD.
Thanks.
Solved! Go to Solution.
@Oros ,
I am not sure whether I have understand your requirement right but this what I have come up with in a calculated column,
New Column = IF(TableName[SOLD BY] = "PIECE",TableName[SOLD QTY (BOX OR PIECE)]/TableName[PIECES PER BOX],TableName[TOTAL BOXES SOLD])
Thanks,
Arul
Hi @Oros
You can create a calculated column with the following formula
TOTAL BOXES SOLD = if(SOLD BY= "PIECE", SOLD QTY/PIECES PER BOX,SOLD QTY)
Did it work ? 👌 Mark it as a solution to help spreading knowledge 👉 A kudos would be appreciated
Can you make sure that your columns are decimal? just to check if there is a text value " in one of your rows instead of numeric values
@Oros ,
I am not sure whether I have understand your requirement right but this what I have come up with in a calculated column,
New Column = IF(TableName[SOLD BY] = "PIECE",TableName[SOLD QTY (BOX OR PIECE)]/TableName[PIECES PER BOX],TableName[TOTAL BOXES SOLD])
Thanks,
Arul
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 34 | |
| 31 | |
| 30 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 60 | |
| 50 | |
| 29 | |
| 23 | |
| 23 |