Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
I want to create a new column tgat has many sub-conditions. Something as follows:
if(Text='Apple','Mango', if(Edible='Yes', if(Edible='No'))) as Eatable. However, the variable Text is in one table and Edible is in another table.
Can this be done? thank You!
Solved! Go to Solution.
Hi @Anonymous
Yes, you can do that. Use RELATED funtion and also pls make sure the requied relationship is done properly.
New Column =
IF( Table1[Col1] = "Apple", "Fruit", IF (RELATED(Table2[Edible]))= "Yes", "Eatable","Not Eatable") )
Thanks
Raj
Hi @Anonymous
Yes, you can do that. Use RELATED funtion and also pls make sure the requied relationship is done properly.
New Column =
IF( Table1[Col1] = "Apple", "Fruit", IF (RELATED(Table2[Edible]))= "Yes", "Eatable","Not Eatable") )
Thanks
Raj
@Anonymous
Hey,
I actually have a code as follows in QlikView
if(Text='manufacturing', if(dir_indir='Dir', 'DIR', if(dir_indir='Indir', 'INDIR'))) as DIRINDIR.
I want to create this new column DIRINDIR in a similar way.
Thank You!
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 46 | |
| 31 | |
| 29 | |
| 15 | |
| 15 |
| User | Count |
|---|---|
| 58 | |
| 56 | |
| 38 | |
| 21 | |
| 21 |