Forum Discussion
Alexussaurus
2 years agoNew Member
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...
- 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.
Alexussaurus
2 years agoNew Member
Thanks but this has to be done for all tables , correct ?
pasgrave
2 years agoNew Member
Yes i think, in my situation, i've only one table to import.