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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello All,
If I have the following table in Power BI which I am using as my data source (say in an Excel format) with the following structure as per below.
| Name | Basketball | Tennis | Hockey |
| John | 3 | 3 | 2 |
| Chris | 3 | 3 | 3 |
| Pedro | 5 | 5 | 4 |
I have done numerous visualisations, various measures and calculalted columns then I decided I need another column to the table (Gender);
1. Can you add another column after initial data source attchment?
2. How is this done?
Gender | Name | Basketball | Tennis | Hockey |
Male | John | 3 | 3 | 2 |
Female | Chris | 3 | 3 | 3 |
Male | Pedro | 5 | 5 | 4 |
Solved! Go to Solution.
Gary,
Actually it was as easy as that. For some reason I thought that it would not work.
Thanks