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,
I'm new to power BI and am making a power BI report, I have imported data from a MS Sharepoint folder (so it's in the cloud for my company and not local) and picked out the specific excel sheet I want the data from, however when getting the data into my power bi report, the data seems to be the tab names in the excel sheet and not what's actually in the tab which is the data I need. Does this make sense and can anyone help?! I can provide further info if needed.
Many thanks.
Solved! Go to Solution.
each step create a table, you can refernece the table as many times as you want.
Here are reference #"Imported Excel Workbook" twice.
#"Imported Excel Workbook" = Excel.Workbook(#"test xlsx"),
Tableau2_Table = #"Imported Excel Workbook"{[Item="Tableau2",Kind="Table"]}[Data],
Custom1 = #"Imported Excel Workbook"{[Item="Tableau1",Kind="Table"]}[Data]
Il table have the same columns, yiu can the append them.
each step create a table, you can refernece the table as many times as you want.
Here are reference #"Imported Excel Workbook" twice.
#"Imported Excel Workbook" = Excel.Workbook(#"test xlsx"),
Tableau2_Table = #"Imported Excel Workbook"{[Item="Tableau2",Kind="Table"]}[Data],
Custom1 = #"Imported Excel Workbook"{[Item="Tableau1",Kind="Table"]}[Data]
Il table have the same columns, yiu can the append them.
Thank you so much! I can see the real table now, how do i do this for every tab? Once I press drill down on one of them it shows the correct table but I can't seem to accept and go back sort of thing.
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 |
---|---|
9 | |
9 | |
7 | |
6 | |
6 |