Hi
I built a powerbi semantic model that retrieves all the JIRA tickets associated with a specific JIRA filter using REST API. This filter retrieves only the tickets udpated since yesterday (updated < 1d)
I redevelop the same with a dataflow
It seems that in the both solutions, I can't append the data beacause the new data erase the old one.
I tried to use PowerAutomate but I don't have access to the HTTP Connector ( I have a Pro Licence)
I think the solution is to generate each day a CSV file in a folder and reload the folder with PowerBi. But I didn't find a tool that can request JIRA like I did before and create a csv on my workspace
Is it possible ?
Many thanks in advance for your help
Agnes