Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Sorry this may be simple but I am new to Power BI,
Can I create an extra 2 columns where Column 1 is J and Column is 2?
This will be my answer:
(Ignore the 0's before Job)
Thank you for your help 🙂
Solved! Go to Solution.
Hi @ANG1994 ,
Here are the steps on how to create two new columns in Power BI, one for J and one for P, and copy the job column values with J as the source to the J column and P source to the P column:
IF([Source] = "J", [Job], "")
IF([Source] = "P", [Job], "")
Click on the Close & Load button.
Best Regards,
Ajith Prasath
If this post helps, then please consider Accept it as the solution and give kudos to help the other members find it more quickly.
Thank you it worked fine! 😀
Hi @ANG1994 ,
Here are the steps on how to create two new columns in Power BI, one for J and one for P, and copy the job column values with J as the source to the J column and P source to the P column:
IF([Source] = "J", [Job], "")
IF([Source] = "P", [Job], "")
Click on the Close & Load button.
Best Regards,
Ajith Prasath
If this post helps, then please consider Accept it as the solution and give kudos to help the other members find it more quickly.
User | Count |
---|---|
85 | |
81 | |
64 | |
53 | |
46 |
User | Count |
---|---|
101 | |
49 | |
42 | |
39 | |
38 |