cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

Reply
olivere91
Helper I
Helper I

Dividing rows to get pallet qty

Hello,

 

I have my inventory in one column, how can I create a column that divides the inventory column by a number to get pallet count?

 

I have multiple pallet configurations depending on the SKU. The good news is, SKU 12345 will always be in pallet configurations of 100.

 

Thanks for your help. 

1 ACCEPTED SOLUTION
AllisonKennedy
Super User
Super User

@olivere91  Do you have a table of SKU and denominator? IE: 

SKU Pallet Config Value
12345 100
12346 60

 

 

It can be a column added in your DimProduct table.

 

Then assuming your Inventory table is related by 1 to many on SKU to the DimProduct table, you could use new column: 

 

Pallet Count = DIVIDE( Inventory[Value] , RELATED( DimProduct[Pallet Config Value]) )


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

View solution in original post

3 REPLIES 3
AllisonKennedy
Super User
Super User

@olivere91  Do you have a table of SKU and denominator? IE: 

SKU Pallet Config Value
12345 100
12346 60

 

 

It can be a column added in your DimProduct table.

 

Then assuming your Inventory table is related by 1 to many on SKU to the DimProduct table, you could use new column: 

 

Pallet Count = DIVIDE( Inventory[Value] , RELATED( DimProduct[Pallet Config Value]) )


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Thank you for your help!

You're welcome. Glad it worked.


Please @mention me in your reply if you want a response.

Copying DAX from this post? Click here for a hack to quickly replace it with your own table names

Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C

I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com

Helpful resources

Announcements
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors