Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi,
I have the following model view: many excel tables (each one containing data for 1 month, for 1 or multiple countries e.g."AUSTRIA_CORP_2403") with customer data all merged togheter (via TABLE.COMBINE) into one main big table (e.g. "DB_CORP".
I would like to know if it is possible to avoid duplicating the data, by keeping only the "DB_CORP" table.
I can't use PowerQuery, since some of this data is coming by offline collections.
Thanks!
@robdan ,
You can create a new calculated dax table using DISTINCT(DB_CORP). This table would return DB_CORP with only unique rows.
ciao @Anand24 , sorry maybe i didn't explain myself properly: i need DB_CORP to contain ALL rows from the multiple "single" tables.
I was wondering if it is possible, when importing data, to import multiple excel at the same time and merge them togheter in the EDIT QUERY
@robdan ,
You can simply append all the tables in Power Query Editor (Transform Data/Edit Queries). There is an option to append 3 or more tables which you can use. The only issue would be when new month's table comes up when you will have to perform this append again.
Do you mean the "Merge Queries" in the Home page of the edit query? That is what i'm using already by mergin as new.
My idea, in order to decrease the size of the report, would be to only keep the merged table
@robdan ,
Not merge queries. Merge is Table.NestedJoin while append is Table.Combine. You need to append the various tables. Make sure all tables have same table structures.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
71 | |
70 | |
43 | |
31 | |
26 |
User | Count |
---|---|
89 | |
49 | |
44 | |
38 | |
37 |