I have created a PowerBI report using 2 csv files from azure blob storage. both are tablular reports. I create the report from my powerBI desktop and publish it on app.powerBI and refresh the report using powershell. it works perfectly fine. basically it is one single report from 2 csv files which makes 2 tables as report
But when I delete one of the file from the blob storage and try to call the REST API for report refresh, it fails.
I dont understand why is it not refresing the left one table coming from the undeleted blob csv file.
please help