I have a data model in the Power BI desktop. I'd like to publish it to the server, but I'd also like to have an internal report run MDX (or DAX) queries against it. Is this possible? Can I just create a connection string and connect to Power BI like to an SSAS Cube? Maybe using the REST APIs?
Edit: Thanks for your answers. Kyle gave me the best answer to my question, so I accepted him, but all of you made me clear that I'd better just use SSAS. This is what I did, with some hassle of seeing up the HTTP bridge, but it works like a charm now.