I am currently integrating Freshdesk data into Power BI using the Invantive Cloud OData-feed. The integration process has been smooth, and I am able to access a broad range of data. However, I am facing a challenge with accessing the closed_at
field for tickets.
Despite following the standard procedures outlined in the Invantive Cloud documentation for connecting to Power BI and loading data, the closed_at
timestamp crucial for our service performance analysis appears to be missing. This field is not visible in the default dataset provided through the OData-feed.
I understand that Invantive Cloud allows for real-time data processing from Freshdesk using the interactive SQL editor and that recent updates have improved handling of large ticket volumes through tables like tickets_incremental
. But it’s not clear if these methods would enable access to specific fields such as closed_at
.
Could you please provide guidance or a method to customize the API calls or the OData-feed to include the closed_at field? If there is an alternative approach or a specific query that I need to use, that information would be highly beneficial.
Based on my research the closed_at
can be accessed via “View a Ticket” API with the optional include stats.
Reference:
https://developers.freshdesk.com/api/#view_a_ticket
I appreciate any advice or instructions you can offer and look forward to your response.