Re: Are PowerAPPS or PowerBI Dashboards usable/clickable within Portal?
Hi @WAB_Dave
Please find the answers below
A) Answer: You can do this via Iframe or custom JavaScript
B) Answer: With the inbuilt power bi-component Dashboards tiles can be clickable but can't drill through. You need to use iFrame to achieve this.
The easiest workaround is to use an iFrame option.
<iframe frameborder="0" width="100%" height="100%" src="https://app.powerbi.com/reportEmbed?reportId={{reportId}}&autoAuth=true&ctid=fa4bc6e2-c0ed-43ec-9d6d-145e7e36a1a5&config=eyJjbHVzC8ifQ%3D%3D&navContentPaneEnabled={{hidepage}}&filterPaneEnabled={{hidefilter}}" allowfullscreen="true"></iframe>
you need to replace the report id according to your dashboard.
Note: With this method, you have full control over the iframe to increase the height and width and play around with CSS but you need to login twice.
You can also include the fetchXML to display different Power BI dashboards on Power Apps Portal.
Please see the posts below from @OOlashyn
Click here
Screenshot:

Hope it helps.
------------
If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.