Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
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
)
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 48 | |
| 36 | |
| 31 | |
| 29 |