Can I connect BigQuery to Power Apps? I don't see it as a connector in their extensive list!

Can I connect BigQuery to Power Apps? I don't see it as a connector in their extensive list!
@Anonymous
Since there's no built-in BigQuery connector, you could attempt to connect to it by building a custom connector that calls the BigQuery REST API.
https://docs.microsoft.com/en-us/connectors/custom-connectors/define-blank
Another option would be to populate a Dataverse table with a Dataflow that calls BigQuery, and to then query Dataverse.