Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Don't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.

Reply
RyanHare92
Helper I
Helper I

Data loading blank in Power BI, but appears in Power Query

Hi,

I have the following query:

 

let
    Queries = Record.ToTable(#sections[Section1]),
    FilteredQueries = Table.SelectRows(Queries, each Text.EndsWith([Name], "_Info_")),
    #"Expanded Value" = Table.ExpandTableColumn(FilteredQueries, "Value", {"Owner", "Source", "Query", "Type", "Date modified", "Status"}, {"Owner", "Source", "Query", "Type", "Date modified", "Status"}),
    #"Removed Columns" = Table.RemoveColumns(#"Expanded Value",{"Name"}),
    #"Changed Type" = Table.TransformColumnTypes(#"Removed Columns",{{"Owner", type text}, {"Source", type text}, {"Query", type text}, {"Type", type text}, {"Date modified", type datetime}, {"Status", type text}})
in
    #"Changed Type"

 




As you can see, it is simply appending all the queries that contain _Info_ in the name. In Power Query, this works beautifully and the data shows as expected (I can't share a screenshot as it has confidential information).

However, once I load this into Power BI, it appears like this:

RyanHare92_0-1737747798071.png


For some reason everything is blank. 

Does anyone know why this is happening?

Many thanks,
Ryan Hare



1 ACCEPTED SOLUTION

Hi,

Thanks for the solution Fowmy  offered, and i want to offer some more infotmation for user to refer to.

hello @RyanHare92 , based on your descriotion, please refresh the data in power query.

vxinruzhumsft_1-1737944714746.png

 

After applying the data to desktop, please refresh the data in Desktop by clicking the refresh button.

vxinruzhumsft_0-1737944630667.png

If it cannot work, you can try to close the desktop and then reopen it, and you can refer to the following similar thread.

Solved: Data showing in Preview on Query Editor but not sh... - Microsoft Fabric Community

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
Fowmy
Super User
Super User

@RyanHare92 

It has happened to me a few times, I clicked on a column header and sorted or filtered which made it work. please try.

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Hi Fowmy,

I have tried this, but the values are still blank. 

Curiously, if I keep the Name column, that actually shows:

RyanHare92_0-1737748908798.png


It's as if the values being extracted are not being loaded correctly.

@RyanHare92 

Try loading each step starting with  Queries = Record.ToTable(#sections[Section1]),

Did I answer your question? Mark my post as a solution! and hit thumbs up


Subscribe and learn Power BI from these videos

Website LinkedIn PBI User Group

Data looks as extected until I expand the values. That is when everything loads as blank.

Hi,

Thanks for the solution Fowmy  offered, and i want to offer some more infotmation for user to refer to.

hello @RyanHare92 , based on your descriotion, please refresh the data in power query.

vxinruzhumsft_1-1737944714746.png

 

After applying the data to desktop, please refresh the data in Desktop by clicking the refresh button.

vxinruzhumsft_0-1737944630667.png

If it cannot work, you can try to close the desktop and then reopen it, and you can refer to the following similar thread.

Solved: Data showing in Preview on Query Editor but not sh... - Microsoft Fabric Community

 

Best Regards!

Yolo Zhu

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.

Jan25PBI_Carousel

Power BI Monthly Update - January 2025

Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.

Jan NL Carousel

Fabric Community Update - January 2025

Find out what's new and trending in the Fabric community.