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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

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
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!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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
Top Kudoed Authors