Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hi Experts
I have a query with 2 spreadsheet as its data source.
After locating the files, I add custom column (with coding below) to combine the sheets out of them.
= Table.AddColumn(#"Filtered Rows2", "Custom", each Excel.Workbook([Content],null)[Data])
Then I got screenshot below.
Then I expand the list, then here comes the problem: the sheets are (more than) doubled... There are total 4 sheets in these 2 files, but I can see 9 expanded. The calculated result also demonstrates this finding. There is no hidden sheet. No idea how to solve this.
Thanks.
Solved! Go to Solution.
@Anonymous Sheets aren't the only object you can import from Excel. Do you have any tables or other data in the sheets?
If you click in the white space next to the word table in your second screenshot above, you'll get a preview of what information is in each table so that might give you a hint where it's coming from.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
@Anonymous Sheets aren't the only object you can import from Excel. Do you have any tables or other data in the sheets?
If you click in the white space next to the word table in your second screenshot above, you'll get a preview of what information is in each table so that might give you a hint where it's coming from.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Thanks Allison. Inspired by your suggestion I tried to check the hidden content of the spreadsheets in the PQ, and found there do exist couple of invisible stuff and removed them.
Now it's ok.
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 |
---|---|
84 | |
76 | |
73 | |
42 | |
36 |
User | Count |
---|---|
109 | |
56 | |
52 | |
48 | |
43 |