Forum Discussion
HamidBee
3 years agoPower Participant
How can I create a table in Power BI Datamart using SSMS?
I'm curious to know whether or not it is possible to create a table in Datamart using SQL Server Management Studio. I have tried to do it using the following query:
SELECT Role = r.name, Membe...
DivAlex
3 years agoFrequent Visitor
Just checking to see if there was a solution to this.
I am trying to Create tables from SSMS as well and running into the exact same issues.
Was this resolved? Were there any other alternatives that worked?