The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
80 | |
74 | |
41 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |