Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Hi there,
I'm fairly new to PowerBI and have the following problem: I get reports from different distribution partners where the end client is always called differently such as the below:
Report 1 - Client name is Client1234 - Revenue $5
Report 2 - Client name is 12Client23 - Revenue $3
Client1234 and 12Client23 are the same Client on my side.
I want to have: Client - Revenue $8
I would like to build a match table so that when I upload a report from any distributor the data aligns with one client.
Is there any way to do this?
Thanks a lot!
Guillaume
Solved! Go to Solution.
Hey @Anonymous ,
that's usually a data preparation task.
Create a mapping table in your data source or if you want also in Excel or directly in Power BI. It should have two columns, one for the correct client name or the name you want to see in the report and one column for the synonyms. Then for each synonym add a new line to map it to the correct name.
In Power Query you then merge this table (is like a join in SQL) to the real table and replace all the duplicate entries with the correct one.
Then you can analyze all the data together.
Hey @Anonymous ,
that's usually a data preparation task.
Create a mapping table in your data source or if you want also in Excel or directly in Power BI. It should have two columns, one for the correct client name or the name you want to see in the report and one column for the synonyms. Then for each synonym add a new line to map it to the correct name.
In Power Query you then merge this table (is like a join in SQL) to the real table and replace all the duplicate entries with the correct one.
Then you can analyze all the data together.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
58 | |
30 | |
24 | |
23 | |
20 |
User | Count |
---|---|
54 | |
32 | |
21 | |
20 | |
18 |