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
angelakephart
Helper I
Helper I

No Rows in Table but rows in Query editor

Hi,

 

I have multiple queries that pull pageviews and dates from our websites.  When I append the queries and close and apply I can see rows in the table view.  What I wanted to do was capture the name of the query along with the rows, so I used the below script.  In this new query I can see all of the rows in query mode but once I close and apply the table view shows no rows.  What is happening...

 

let
Query1 = #shared,
#"Converted to Table" = Record.ToTable(Query1),
#"Filtered Rows" = Table.SelectRows(#"Converted to Table", each Text.Contains([Name], "www")),
#"Expanded Value" = Table.ExpandTableColumn(#"Filtered Rows", "Value", {"Date", "Pageviews"}, {"Date", "Pageviews"}),
#"Changed Type" = Table.TransformColumnTypes(#"Expanded Value",{{"Date", type date}, {"Pageviews", Int64.Type}})
in
#"Changed Type"

1 REPLY 1
v-danhe-msft
Employee
Employee

Hi @angelakephart,

I have tested with your code and it show nothing in the query editor:

1.PNG

I would like to know if you have tried use any functions before? Could you please offer the pbix file to have a view?

 

Regards,

Daniel He

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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.