I've created a materialized view in Postgres. I can see the new table and the data using DBeaver. It resides in the same schema as my other tables.
For the life of me, I can't figure out how to get the mv to appear in Power BI. When I create a new source it only shows me tables.
Any suggestions are appreciated.
In Power Query, I have performed a Refresh All and I've tried to reconfigure the Navigation step. No success.
You can use a Native SQL Query in the Postgres Connector, eg select * from Labors_mv
.