Forum Discussion

jorn's avatar
jorn
New Member
4 years ago
Solved

Service not refreshing/loading a specific field

Hi everyone,

 

I want to create an overview of all views and stored procedures in PowerBI with the query below. This works fine in Power BI desktop, but when you refresh the data in Power BI service, the definition field becomes empty. It's confusing to have different behaviour between desktop and service. Any idea on how to resolve this issue? 

 

Possible root-cause: The "definition" field is very large (within 1 record it will have multiple rows and many characters). But in most things I read it should just be truncated.

 

SELECT definition
FROM sys.sql_modules

 

Many thanks in advance!

4 Replies

  • Hi jorn 


    Can you ensure that you have clicked on the reset to default button on your report page?

     

     

    If that still does not work, what happens if you have to upload the PBIX to a new app workspace without refreshing can you see all the information?

     

    If you can then make sure that your gateway account connecting to your database has the right permissions to view the sys.modules?

    • jorn's avatar
      jorn
      New Member

      Hi GilbertQ,
      Thanks for your reply!

      1. Reset to defaults: It was even greyed out, so nothing to reset

      2. Upload without refresh: The data is shown.

      2a. Gateway access to sys.modules: All other fields/colums are refreshed except that specific ("definition") field/column so it doesn't seem access related? I will try with my own user in the data gateway to see if that solves the problem.