Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

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.

Reply
mspiep01
New Member

Creating a shared axis from multiple columns

Hi all, pardon me if this is an awful question as I'm new to Power BI. 

 

I have multiple columns for various Impact variables. Each Impact can either have a Hiring Advantage or Hiriing Disadvantage for each record. 

 

I would like to creat a chart with the various Impacts across the bottom with count of Avantages and Disadvanatges to compare. 

 

A) Is there a way to do this? OR

B) Is there a better way to visualize?

 

BRE example.PNG

 

1 ACCEPTED SOLUTION
parry2k
Super User
Super User

@mspiep01 you need to unpivot your data to achieve this. 

 

- Go to query editor

- Select BRE ID column, right click on it, select unpivot other columns

- it will give you 3 column, BRE ID, Attribute, Value. Rename attribute column to Impact

- close and apply

 

Now you can use Value column on X Axis, Impact as Legend, Impact on Values which will be count.

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

View solution in original post

6 REPLIES 6
parry2k
Super User
Super User

@mspiep01 you need to unpivot your data to achieve this. 

 

- Go to query editor

- Select BRE ID column, right click on it, select unpivot other columns

- it will give you 3 column, BRE ID, Attribute, Value. Rename attribute column to Impact

- close and apply

 

Now you can use Value column on X Axis, Impact as Legend, Impact on Values which will be count.

 

 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

After the 6th row it returns 'Error'

 

DataSource.Error: invalid query locator
Details:
List

 

Also, I left out the column for Meeting Date which would be a date we use to filter on.

not sure why you leaving that out, how many columns you have?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

I just left it out in my mockup.

 

I'm pulling a custom object from Salesforce. 

I have 13 columns in addition to ID

I guess BRE ID is unique column, if yes, you cn create a duplicate column, remove all column from it, and keep these 4 column in duplicated table and unpivot that. 

 

Eventually you will have two tables, and then yu can set relation on BRE ID between those tables and that will get you going. 



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

@parry2k once I filtered out the null meeting dates it pulled the query with no problem.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.