Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in BI by (11.1k points)
How can I get a GIF image in power bi, How can I import and add gif into power bi

1 Answer

0 votes
by (22.5k points)
edited by

Add a gif URL in the column and in your table and change the data category to image URL

and try this data

let
    Source = Table.FromRows( 
               Json.Document(
                 Binary.Decompress(
                   Binary.FromText("i45WyigpKSi20tfP1EvPTEst0kvOz9V3zIlIA3GVYmMB",
                                    BinaryEncoding.Base64), 
                   Compression.Deflate)),
                   let _t = ((type text) meta [Serialized.Text = true]) 
                             in type table [#"Web link" = _t])
in
    Source

and the result would be like 

Do you wish to learn Power BI? Do check out how you can become a Power BI Developer from this blog.

Want to earn a certificate in Power BI? here is the Power BI Course that will make you industry ready.

Get an introduction to Power Bi by checking out the following youtube link: 

Related questions

0 votes
1 answer
0 votes
1 answer
asked Feb 14, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
asked Jan 24, 2021 in BI by Chris (11.1k points)
0 votes
1 answer
asked Apr 6, 2021 in BI by Chris (11.1k points)

Browse Categories

...