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
WorkHard
Helper V
Helper V

SharePoint Report is blank after service refresh but works fine in the desktop

I see this issue reported multiple times on the forum and it's happening to one of my reports.

It's a simple one-page, one datasource (SharePoint list (cloud)).

It works fine in the .pbix I originally created it and refreshes fine but in the service, on next refresh, data disappears.


I believe it can be caused by an incosistency between the service and powerbi desktop Power Query.

 

Here's the set of operations in Power Query I do on this report. Is there anything here that could cause this:

 

let
    Source = SharePoint.Tables("https://mysite.sharepoint.com/sites/my-site", [Implementation="2.0", ViewMode="All"]),
    #"longredactedstring" = Source{[Id="redactedid"]}[Items],
    #"Expanded PersonField" = Table.ExpandTableColumn(#"longredactedstring", "Person Field", {"value"}, {"Person Field.value"}),
    #"Expanded Assigned To" = Table.ExpandTableColumn(#"Expanded Person Field", "Assigned To", {"value"}, {"Assigned To.value"}),
    #"Expanded Project PM" = Table.ExpandTableColumn(#"Expanded Assigned To", "Project PM", {"value"}, {"Project PM.value"}),
    #"Expanded Created By" = Table.ExpandListColumn(#"Expanded Project PM", "Created By"),
    #"Expanded Created By1" = Table.ExpandRecordColumn(#"Expanded Created By", "Created By", {"title"}, {"Created By.title"}),
    #"Expanded Modified By" = Table.ExpandListColumn(#"Expanded Created By1", "Modified By"),
    #"Expanded Modified By1" = Table.ExpandRecordColumn(#"Expanded Modified By", "Modified By", {"title"}, {"Modified By.title"})
in
    #"Expanded Modified By1"

 

2 REPLIES 2
WorkHard
Helper V
Helper V

Does anyone have any suggestions?

Hi! @WorkHard 

 

Can you test this in a new report and maybe in another workspace? Also, test this in Dataflow and try connecting that dataflow to Desktop.

If you can repro this then I would advise you to raise an MS support ticket.

If my response has successfully addressed your question or concern, I kindly request that you mark this post as resolved. Additionally, if you found my assistance helpful, a thumbs-up would be greatly appreciated.
Thanks,
Ankit Kukreja
www.linkedin.com/in/ankit-kukreja1904

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.