Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live 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.
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 56 | |
| 42 | |
| 41 | |
| 21 | |
| 21 |
| User | Count |
|---|---|
| 150 | |
| 107 | |
| 64 | |
| 36 | |
| 36 |