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
Aaronrawlinson9
New Member

Data showing file name not what’s inside the files

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.

1 ACCEPTED SOLUTION
latimeria
Solution Specialist
Solution Specialist

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.
 

View solution in original post

3 REPLIES 3
latimeria
Solution Specialist
Solution Specialist

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.
 

latimeria
Solution Specialist
Solution Specialist

Hi @Aaronrawlinson9 ,

 

Just right click  and 'drill down'

latimeria_1-1705672838543.png

 

latimeria_2-1705672985982.png

 

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.

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.

Top Solution Authors
Top Kudoed Authors