Forum Discussion
Data source credentials greyed out.
- 9 months ago
Try using SharePoint or OneDrive for Business links, not Teams shortcuts. For SharePoint files, it is more reliable to use Power BI built-in connector SharePoint Folder and Web connector for OneDrive with the correct file URL (direct path, not a sharing link).
If you are still seeing Data Source Credentials greyed out, you may check this post here
Solved: Data Source Credentials is greyed out & Sharepoin... - Microsoft Fabric Community
- 9 months ago
Hi Anonymous
You can get the url from detail info of excel file, as below:
Then, use below PowerQuery expression to read the data:
let ExcelFileUrl = "pls input excel file url here", SheetName = "pls input sheetname here", ExcelWorkbook = Excel.Workbook(Web.Contents(ExcelFileUrl),true,null), Result = ExcelWorkbook{[Item=SheetName,Kind="Sheet"]}[Data] in Result
Did I answer your question? If yes, pls mark my post as a solution and appreciate your Kudos !Thank you~
Hi Anonymous ,
Thanks for reaching out to the Microsoft fabric community forum.
I would also take a moment to thank xifeng_L , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team
Hi @amshumansunkurd ,
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you .
Best Regards,
Community Support Team