Dear Community,
I have a table which consists 2 column weight and units. And would like get help on DAX to create a new column measure which calculate all the weight in KG. I'm wondering is there have a solution like what I did in excel (=CONVERT(column,"lbm","kg")), directly put kg/pound/tons instead of putting the pound-to-kg number for calculation.
Weight | Units | New measure (in KG) |
1465.7 | KG | |
2.510 | KG | |
4500 | LBs |
Thanks for your attention and appreciate any help given.
@NickProp28 I will create a table with a unique value of the unit name and the conversation rate, and then set the relationship on the unit name with the main table. and then in the main table, I will put another column for the conversion like this
Converted Kgs =
MainTable[Weight] * RELATED ( NewTable[Conversion Rate] )
Check my latest blog post Compare Budgeted Scenarios vs. Actuals to get a summary of my favourite Power BI feature releases in 2020
I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.⚡
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
@NickProp28 you have to give the factor from units to Kgs, there is no inbuilt function. You can store the factor value in a table and then use it from that table to keep it more scalable and flexible.
Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.
Dear @parry2k ,
Thanks. May I have a basic idea on how to create table and link it to the new measure column?
Hi @NickProp28
CONVERT Palys a different role in PBI.
You might think of considering to use SWITCH instead.
Hope it resolves your issue? Did I answer your question? Mark my post as a solution! Appreciate your Kudos, Press the thumbs up button!! Linkedin Profile |
User | Count |
---|---|
216 | |
76 | |
72 | |
72 | |
53 |
User | Count |
---|---|
191 | |
96 | |
78 | |
75 | |
68 |