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
Anonymous
Not applicable

Redundant values

I have a first table

Sales

Idsales.    Amount.  Region

11.          100.          Paris

12.          200.          UK

 

A second table product

Idsales.    Product name.  Product color

11.           Pc.           Black

11.           Mobile phone.  Red

11.          Notebook.          Blue

12.         Pc.          Black

 

My problem with the granularity, when I need to display 

 

Idsales    product name.   Product color.    Amount

11.          Pc.      Black.     100

11.           Mobile phone.   Red 100 

11.           Notebook.   Blue 100 

 12.       Pc.       Black.    200

 

I have redundant values which is wrong, how to correct it? What is the best solution to get the good results? 

2 REPLIES 2
v-jingzhang
Community Support
Community Support

Hi @Anonymous 

 

Your sales table contains total sales rather than sales per product, so how do you want to break down the total sales on products for every sales id? Could you share specific expected result to show?

 

Best Regards,
Community Support Team _ Jing Zhang

Anonymous
Not applicable

@Anonymous what exactly you want to visualize, let me know, ideally the result above is what you would get if you create a relationship with Sales.ID = Product.ID. 

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!

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