I’m new to Invantive Cloud and have the Autotask OData connector setup and working well with Power BI.
I am now looking at ways of reducing the rows I need to call.
I would like to create a custom view that Power BI can use. I have put the following code in Startup SQL and cleared the cache, but no matter what I do I cannot see the view in the Power BI datasource list of tables:
create or replace force view TicketsWithSLAs
as
select *
from Autotask.Tickets.Tickets@at t
left
outer
join
Autotask.ServiceLevelAgreementResults.ServiceLevelAgreementResults@at s
on t.id = s.ticketID
This single view will allow me to reduce rows by approximately 40% so I’d really like to get it working if possible.
Next recommended step is to reset the cache on the Invantive Bridge Online server. NOT on Invantive Cloud, since that has no effect on Invantive Bridge Online.
In case that does not resolve it, please let us know by an answer.
Sometimes the service needs to be restarted to clear in-memory caches too.