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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to convine fields in one table?

Hello everyone,

My doubt is, i have 6 fields imported from excel to power bi, each one is for a different user, in power bi i summarize these reports from each user, but i need to make a summary of the entire area, the base excel from every user is the same, but with different data introduced by the users, i need to make a table that counts monthly the amount of data introduced by the users, but avoiding dupplicated data to increase the count number (each user introduces different data but the base have already previus data that repeats in every user),
Thanks for reading and for your atention.

2 ACCEPTED SOLUTIONS
Anonymous
Not applicable

Hi @Anonymous,

 

You have two ways to do it, you can do it on Dax using DISTINCT(UNION(SELECTCOLUMNS('Table1',"Nameatyourchoice",[Column]),SELECTCOLUMNS('Table2',"SAMENAMEASBEFORE",[Column]),...))

 

Or you can go to the Query Editor, append all of them and then Remove Duplicates.

 

Let me know if it worked, if so mark as solution.

 

BR,

DR

View solution in original post

Icey
Community Support
Community Support

Hi @Anonymous ,

If I understand you correctly, you can refer to thes videos:

Excel Power Query #06: Import Multiple Excel Files From Folder Into One Excel Table or Data Model.

Remove Duplicate Data Power BI.

 

Best Regards,

Icey

 

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
Icey
Community Support
Community Support

Hi @Anonymous ,

If I understand you correctly, you can refer to thes videos:

Excel Power Query #06: Import Multiple Excel Files From Folder Into One Excel Table or Data Model.

Remove Duplicate Data Power BI.

 

Best Regards,

Icey

 

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

 

 

Anonymous
Not applicable

Hi @Anonymous,

 

You have two ways to do it, you can do it on Dax using DISTINCT(UNION(SELECTCOLUMNS('Table1',"Nameatyourchoice",[Column]),SELECTCOLUMNS('Table2',"SAMENAMEASBEFORE",[Column]),...))

 

Or you can go to the Query Editor, append all of them and then Remove Duplicates.

 

Let me know if it worked, if so mark as solution.

 

BR,

DR

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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