Forum Discussion

rtpg675411's avatar
rtpg675411
Frequent Visitor
3 years ago
Solved

PBi Service - Where Can I Access PBi Service Logs

I'm attempting to troubleshoot web api datasource issues with web.contents function; where can I access PBi Service logs to investigate possible cause of failed dataset refresh with web.contents func...
  • rtpg675411's avatar
    rtpg675411
    3 years ago

    Thanks I'll try it....I've narrowed down my issue to the parallel query loading in PBi service. I'm a newbie to PBi. In a nutshell my dataset is based on dynamic Web API data requests. I've parameterized Web.Contents function and that works fine. Issue is in PBi desktop I've disabled parallel query loading so 1 query  loaded at a time as some queries are dependent on other queries. PBi service does not seem to support single query loading as in PBi Desktop. I've tried Function.InvokeAfter and incorporating other dependencies attempt to achieve the same effect nothing working.