Forum Discussion
Live Query to Tabular Models only gives Counts
- 8 years ago
I have tested it on my locla environment, I can get the same results as yours. Based on my research, this is the default setting for SSAS directquery model. I am afraid there is such a option to allow us to show first or last value in card visual in this mode. To work around this issue, you could change directquery to import mode.
Thank you for your understanding.
Regards,
Charlie Liao
I have tested it on my locla environment, I can get the same results as yours. Based on my research, this is the default setting for SSAS directquery model. I am afraid there is such a option to allow us to show first or last value in card visual in this mode. To work around this issue, you could change directquery to import mode.
Thank you for your understanding.
Regards,
Charlie Liao
Appreciate the response back . Frustrating to here there isn't a way to change this behavior as importing is not always the most feasible. The other wrok arounds I've been using are adding measures to my Models that do this action, either using SELECTEDVALUE or FIRSTNONBLANK and LASTNONBLANK.