Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
Oros
Post Prodigy
Post Prodigy

Conditional formula

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.

 

Oros_1-1689089512618.png

 

Thanks.

1 ACCEPTED SOLUTION
Arul
Super User
Super User

@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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


View solution in original post

6 REPLIES 6
DataVitalizer
Super User
Super User

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

Hello @DataVitalizer ,

 

Thank you for your quick reply.  I tried the formula but gave me this error:

Oros_0-1689091136889.png

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

Arul
Super User
Super User

@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

 





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Hello @Arul ,

 

Thank you for your quick reply.  I tried the formula but gave me this error:

Oros_0-1689091136889.png

 

@Oros ,

I think columns used in this columns are text data type. Can you change the data type to whole number and try?

Thanks,

Arul





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!


LinkedIn


Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.