Forum Discussion

mikbelanger's avatar
mikbelanger
New Member
11 years ago
Solved

Cannot see Mysql views in table browser

Hi there,

 

I am able to connect to a mysql server using the data source tool and I can see all of the tables I am expecting to see.

 

However, no views are listed, only tables.

 

I have tried logging in with multiple accounts, including a full database administrator's and still, no views are available.

 

Can anyone help?

 

Thank you!

  • We have a bug filed for this already, but I don't know if the fix made it into the next release.

3 Replies

  • curth's avatar
    curth
    Power BI Team

    We have a bug filed for this already, but I don't know if the fix made it into the next release.

    • checo3131's avatar
      checo3131
      New Member

      Hi curth, do you have an update for this bug? is there a place we can follow updates or the bug report ? we have some customers that are using mysql and when we mention that is not supported yet they start thinking that maybe is not the best option.

       

      Regards!

  • Greg_Deckler's avatar
    Greg_Deckler
    Community Champion

    I also do not see views in the browser, use the drop down box for entering SQL formula, that does work with views, I tested it:

     

    SELECT * FROM govtrack.new_view;

     

    For example.