Grafana on rasperry pi access from internet

I have grafana running on a rasperry pi and can access all my dashboards from my local network. How is it possible to access it from the internet? Is it possible to connect it to grafana cloud and access the existing dashboards including the data via that?

Welcome. You need to do a port forward on your router.
If you’re unfamiliar you need to go to your router configuration page (its usually something like 10.5.0.1 or 192.168.0.1), getting you there will be out of the scope of this forum.

But once you’re there you’ll need to find your port forwarding menu and route port 3000 from your raspberry pi (you should have your IP set to static). to whatever external port you want (maybe do 3000 as well).

Then to access your page, just go to your public IP:port. You can easily find your public IP by going to https://whatismyipaddress.com/. So your final format would be something like http://123.123.123.123:3000.
Hope this helps.