Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I have a table that contains different files such as pdf, image, web URL, etc... in SQL server. I am tring to display all files as an image just like SQL image viewer. Anyone has any idea how?
Solved! Go to Solution.
@Edwin5454 , images can shown if they are the URL.
Or based on the type of file you can show an image
Switch(True(),
search("pdf", [filename],,0) >0, "url/pdficon.png",
//add others
)
@Edwin5454 , images can shown if they are the URL.
Or based on the type of file you can show an image
Switch(True(),
search("pdf", [filename],,0) >0, "url/pdficon.png",
//add others
)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 53 | |
| 51 | |
| 36 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 93 | |
| 77 | |
| 41 | |
| 26 | |
| 26 |