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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.