Forum Discussion
The specified blob does not exist error when connected Power Bi desktop to azure blob
Hi!
I have created an adf pipeline which is copying a table from on premises My sql db to azure blob container as shown -
The pripeline runs successfully and copy the table to the blob as shown -
You can see the data of the ytable as well -
Now i am fetching this data to Power Bi desktop but in record it is whoing this error
My sink data set is of .csv type
I am nopt able to understand the issue. Please help me resolving this .
Your screensnip shows that a .txt file is not being found and your message says your pipeline is saving as .csv - perhaps something needs to be modified in your ADF operation. Are you able to access the newly created file anywhere (ADF, Azure Data Studio, etc)?
2 Replies
- jennrattenSuper User
Your screensnip shows that a .txt file is not being found and your message says your pipeline is saving as .csv - perhaps something needs to be modified in your ADF operation. Are you able to access the newly created file anywhere (ADF, Azure Data Studio, etc)?
- Amar-AgnihotriResolver I
jennratten Thanks. I was missing something and it is now resolved