Forum Discussion
How make IF returns value from column
- 5 years ago
Hi, Anonymous
In my opinion, I think the error is because of the data type.
Please try to change the data type of DDL Pending QTY to TEXT, and try the below for creating a new column.
Coluna = IF('Base SAP'[DDL Pending Qty] = "0", "NOK", 'Base SAP'[DDL Pending Qty])Hi, My name is Jihwan Kim.
If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.
Linkedin: linkedin.com/in/jihwankim1975/
Twitter: twitter.com/Jihwan_JHKIM
Sure!
But you'll need some explanations.
I created a generic table to explain my issue.
On my pbix file, i have to do the IF with the column "DDL Pending Qty", so:
Hi,
Thank you for your message.
I think you shared a link address of your PBI service website, which I cannot access.
- Anonymous5 years agoNot applicable
Sorry 😞
How can i share my sample pbix file's link?
Sorry for this kind of question
- Jihwan_Kim5 years agoSuper User
Hi, Anonymous
You can save your sample pbix file in OneDrive or GoogleDrive, and you can share the link here.
Thank you.
- Anonymous5 years agoNot applicable
Thank you
Heres the link:
https://drive.google.com/drive/folders/1HcMUlF0eddyPO6LA6XLgRR_mSwlsonSA?usp=sharing
Note: The column "DDL Pending Qty" is from the file "Base SAP"