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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Kamis11
Regular Visitor

Visuals Not Grouping

Hi, I'm trying to display the company name and the SUM of a specific column combined but it just doesn't seem to group the company name.

 

Example of my desired output:

 

Company Namelike_num
AAPL1,500,000
AMZN 2,500,000
etc..etc...
Total8,253,814

 

 

This is what's happening:

example problem.png

 

My data model

Screen Shot 2021-11-19 at 8.56.06 PM.png

 

my dataset is from:

https://www.kaggle.com/omermetinn/tweets-about-the-top-companies-from-2015-to-2020

 

What I've tried:

1. Checked my visual options, everything is fine.

2. DAX groupby function

3. DAX Summarizecolumn function

 

Any suggestions are appreciated. 

 

1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

Hi @Kamis11 ,

I download your dataset, but in the company table, there is only AAPL in the column ticker_symbol, and the relationship is many to many, I also get an unexpected result.

vkalyjmsft_0-1637563870967.png

 

vkalyjmsft_1-1637563870969.jpeg

 

In my understand, one tweet ID should has one line of information in both company_tweet and tweet table, but its too many to verify, I guess theres something wrong in the data source. I create a sample, let the summarization of the like_num be sum, and put the two columns in the visual, it works fine, so please check your data source again.

vkalyjmsft_2-1637563870972.png

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-yanjiang-msft
Community Support
Community Support

Hi @Kamis11 ,

I download your dataset, but in the company table, there is only AAPL in the column ticker_symbol, and the relationship is many to many, I also get an unexpected result.

vkalyjmsft_0-1637563870967.png

 

vkalyjmsft_1-1637563870969.jpeg

 

In my understand, one tweet ID should has one line of information in both company_tweet and tweet table, but its too many to verify, I guess theres something wrong in the data source. I create a sample, let the summarization of the like_num be sum, and put the two columns in the visual, it works fine, so please check your data source again.

vkalyjmsft_2-1637563870972.png

 

Best Regards,
Community Support Team _ kalyj

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

AlexisOlson
Super User
Super User

I think the simplest solution would be to merge Company_Tweet into Tweet so that you don't have an intermediate table preventing Company from filtering Tweet.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors