Forum Discussion
korencheva
4 years agoNew Member
Dax query
Hello! Can you please tell me where the error is? How do I get this command to work? I have to express the unit per case (Sheet1[unit per case]]) := DIVIDE ( Sheet1[Volume in unit cases]] ...
- 4 years ago
Hi,
If you are looking for creating a new column, please try the below or similar to the below.
It is for creating a new column.
unit per case CC = DIVIDE ( Sheet1[Volume in unit cases], Sheet1[Full Delivered margin] )
Jihwan_Kim
Super User
4 years agoHi,
If you are looking for creating a new column, please try the below or similar to the below.
It is for creating a new column.
unit per case CC =
DIVIDE ( Sheet1[Volume in unit cases], Sheet1[Full Delivered margin] )