Embedding a mixpanel board in a Holistics dashboard

Hi, does anyone know if it is possible to embed a Mixpanel board in a holistics text cell?

I have our funnel reports in mixpanel but anything non-funnel related in holistics and i want to be able to view these from the same place

Hi @michael.mccann ,

embed-mixpanel

You can easily embed Mixpanel boards into Holistics using HTML and iframes. To do this, add the following snippet of HTML into your Text Block:

<iframe
  src="https://mixpanel.com/..."
  width="100%" height="600">
</iframe>

Make sure to replace the src attribute with the actual URL of your Mixpanel board.

I hope this helps!