Forum Discussion
Beefheart
3 years agoHelper I
Noob Question About TOM
Hello Folks, First, I hope I'm posting in the correct place, if not I'm sorry. I want to access a published PBI dataset in C# using TOM, but I can't seem to find out how you'd query it. I me...
- 3 years ago
For that you would use a DAX query. However, that's not what TOM is about. TOM gives you access to the metadata. For DAX queries you connect to the SSAS instance (XMLA endpoint)
lbendlin
3 years agoSuper User
For that you would use a DAX query. However, that's not what TOM is about. TOM gives you access to the metadata. For DAX queries you connect to the SSAS instance (XMLA endpoint)