Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
We are in the process of building a data query and the data quality dashboard for our internal usage. We are extracting the data from our delta tables based on the source name and the invalid files that have been extracted while loading the data into our delta tables are stored in data bricks in multiple folders. These invalid files include duplicate records, special character records, null records etc.
The path where the invalid files are present is available in data bricks and can be displayed onto the matrix report in our visual. The task is to be able to click on the path which would then open the files present in the data bricks layer in power BI.
We would like to know if this is a feasible approach and if yes request your assistance in this regard.
TIA
Hi @AnithaB Yes the approach feasible. Display invalid file paths from Databricks in Power BI by querying paths and converting them into clickable hyperlinks. Ensure file access via web URLs or API endpoints, linking to files or Databricks notebooks for viewing. Use secure access methods like Databricks Access Tokens and include metadata (e.g., error types) for richer insights.
Hi
Yes, it's technically feasible — but with limitations.
Power BI does not support direct clickable file browsing into Databricks file storage (DBFS) from a visual. However, here are a few workarounds:
Export path as URL (if accessible via HTTPS):
If your invalid files are accessible via a web endpoint (like Azure Blob Storage or DBFS with a public or token-based link), store that full URL in your data and use the Web URL data category in Power BI. Clicking the link will open the file in browser.
Use Power Automate button:
Add a Power Automate visual that takes the file path as input and triggers a flow to fetch or open the file (e.g. download from DBFS to OneDrive or SharePoint).
Databricks notebook preview link:
If files are only viewable from Databricks UI, generate notebook or DBFS preview links in Databricks and expose those in Power BI.
Important: You cannot directly browse DBFS like a file explorer from Power BI. You need a link or API endpoint to enable this.
Let me know how your files are hosted (e.g. Blob, DBFS internal, mounted storage) and I can give more targeted steps.
freginier
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
60 | |
58 | |
56 | |
38 | |
28 |
User | Count |
---|---|
82 | |
62 | |
45 | |
41 | |
40 |