Home > Software engineering >  Power Bi checking measures in visual studio
Power Bi checking measures in visual studio

Time:01-21

Hello I want to check how measures are builded in Visual studio, Datasource of my Power Bi report is SSAS cube. How can I do that ?

I tried to run my visual studio New>project>Analysis services tabular model but idk what i should to do next

CodePudding user response:

Choose the "Import from Server (Tabular)" to create a new project importing the metadata from an existing SSAS Tabular Model.

enter image description here

You can also script the table in SSMS and see the DAX for its measures.

  •  Tags:  
  • Related