Forum Discussion

Alexussaurus's avatar
Alexussaurus
New Member
2 years ago
Solved

Connecting to Semantic Model and Data View

Hello all,   I have following case. We have a semantic model and different stakeholders which should be able to create reports based on the semnatic model. The semnatic model contains senstiive dat...
  • pasgrave's avatar
    2 years ago

    I've the same problem as yours. I found the solution : Use the function DAX in Power BI

    1. create new table

    2. Table = CALCULATETABLE('your semantic model')

     

    Then u can display or modify data in the new table.