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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
saipawar
Helper IV
Helper IV

How to create a cluster column chart by joining 2 tables

Hi

 

I am pulling data from 2 tables 

Table 1 - "plan"

TeamActivityCost
AWebinar100
APodcast150
AVideo25
BWebinar50
BPaid Media200

 

 

Table 2 - "actual" (this table does not have  activity and team broken down into unique columns. 

ProgramCost
Ops - A- Webinar25
Ops - A - Podcast300
Ops - A - Video5
Ops - B - Webinar10
Ops - B - Paid Media350

 

I would like to creata a cluster chart showing 'plan' vs 'actual' for each activity. Team names are filters on the dashboard. How can I parse out initial text from table 2 such that I can group these activities by Team ?

 

Thanks

 

 

1 ACCEPTED SOLUTION
TheoC
Super User
Super User

Hi @saipawar 

 

You can use Power Query very easily to achieve this.  Just go to either Transform or Add Column (use Add Column if you want to keep original column) and then click on Extract "After Delimiter" like below. Add the "-" and click okay.

 

TheoC_0-1635202106577.png

Once you have done the above, you can use "Trim" in the "Transform" tab under "Format" to clean up any blank spaces.

 

TheoC_1-1635202201442.png

Hope this helps 🙂

 

Theo

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

View solution in original post

1 REPLY 1
TheoC
Super User
Super User

Hi @saipawar 

 

You can use Power Query very easily to achieve this.  Just go to either Transform or Add Column (use Add Column if you want to keep original column) and then click on Extract "After Delimiter" like below. Add the "-" and click okay.

 

TheoC_0-1635202106577.png

Once you have done the above, you can use "Trim" in the "Transform" tab under "Format" to clean up any blank spaces.

 

TheoC_1-1635202201442.png

Hope this helps 🙂

 

Theo

If I have posted a response that resolves your question, please accept it as a solution to formally close the post.

Also, if you are as passionate about Power BI, DAX and data as I am, please feel free to reach out if you have any questions, queries, or if you simply want to connect and talk to another data geek!

Want to connect?www.linkedin.com/in/theoconias

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors