Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. 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.
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
74 | |
70 | |
70 | |
45 | |
41 |
User | Count |
---|---|
51 | |
47 | |
32 | |
28 | |
27 |