Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
289 views
in Technique[技术] by (71.8m points)

powerquery - Dual data type of specific column as per different selection?

I have 2 column "Order Quantity"(data type whole no) and "Product"(data type text). Now what I want, when I select ProductA the datatype of "Order Quantity" column should be decimal otherwise in whole number. I Tried a lot but I failed to resolve my issue. Plz anyone help me regarding this,

Input: enter image description here

Output: enter image description here

Objective: For ProductA "Order Quantity" data type should be in decimal and rest of the Product(B,C and D) data type should be display in Whole number

Is it possible can we display mixed data type in specific column as per selection of Product? E.g. I applied this query but it doesn't work

  • newvar=Table.TransformColumnTypes(#"Changed Type",[Order Quantity], each [Product]<>"A", Number.Type([Order Quantity]))

Output screen: enter image description here

question from:https://stackoverflow.com/questions/65840673/dual-data-type-of-specific-column-as-per-different-selection

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...