Forum Discussion
Anonymous
8 years agoNot applicable
how to create pagination using DAX query
I have three tables, all are related and i am doing group by on specific columns. I am able to get the data but now i want the pagination to be appilied on this using dax query. Can any one help o...
prateekraina
8 years agoMemorable Member
- Anonymous8 years agoNot applicable
- prateekraina8 years agoMemorable Member
Hi Anonymous,
The visual itself handles the pagination.
What extra do you want to achieve, can you kindly exoplain a bit?
Prateek Raina
- Anonymous8 years agoNot applicable
Hi prateekraina,
That's right but i want the dax query to be called from the c# using ADOMDClient and retrive the data based on the pagination.