I\'m facing major issue in power bi when no data found on earlier data available web resource. Due to this issue I\'m not able to apply change in dashboard and advanced editor d
You need to add a dummy table with your headers and some dummy info your power query statement. If the data sources doesn't exist then it returns the dummy table and the power query completes, but is an elegant fail. This approach by Chris Webb explains it
https://blog.crossjoin.co.uk/2014/09/18/handling-data-source-errors-in-power-query/