Issue with displaying images in a single column when using blended data

Hi everyone,

I've been struggling with an ongoing issue in Looker Studio: I can't seem to display images from multiple data sources in a single column when using blended data.

Currently, I'm working on a task that compares video performance across various social media platforms, using Google and Supermetrics data in Looker Studio. I need a solution that allows me to do this directly within Looker Studio.

Here's an example of what I've tried with just two data sources:

IMAGE(
CASE
WHEN REGEXP_CONTAINS([Link to post], "facebook") THEN [Video image URL]
ELSE [Video thumbnail URL]
END
)

Alternatively, I tried the same formula and changed its format to an image:

CASE
WHEN REGEXP_CONTAINS([Link to post], "facebook") THEN [Video image URL]
ELSE [Video thumbnail URL]
END

Neither approach has worked. I’m aware that displaying the images in separate columns is an option, but with five data sources, this would result in five image columns, which isn't ideal.

Has anyone encountered this issue or have any suggestions for resolving it?

Thanks in advance for your help!

 

1 7 1,092