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
tksnota
Post Patron
Post Patron

Help on Duplicate Values

Hi,

 

I created a relationship between several tables by appending their projects. I'd made them all Uppercase, Trim, Clean& Remove Duplicates+Errors+Empty.

 

However the amount in dc are duplicated for every value net and proposal numbers.

 

Is it possible to only show not duplicated and unique values because the total of had quadrupled?

 

Is the Table Union might also be causing the problem? 

 

Thanks...tksnota...

 

tksnota_0-1732536468225.png

 

3 REPLIES 3
Jai-Rathinavel
Super User
Super User

@tksnota Follow a star schema by having Fact and Dimension tables, Fact table values would be ID, Amount, Sales etc.. any number values. Dimension table would have values like project, Project_new_wip. 

 

Thanks,

Jai




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





 

 

Hi,

 

It worked to some extent but still the issue persist like when the Proposal Nos are different then the cost was duplicated like what happened to project no: 2024-248 as shown

 

tksnota_0-1732551135506.png

 

@tksnota You would need to separate out Project No and Current cost column in a different table and remove duplicates. But this issue can be avoided by following the modelling best practices. Always expand the text fields after merging queries not the aggregated or number fields since it will inflate the totals. 




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!





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