Forum Discussion
salmanmohammad
8 years agoFrequent Visitor
Dynamic Chart Titles in Direct Query Mode
Hello all, I am creating a dashboard using an SQL server in the Direct Query mode. I would like to achieve the following based on slicer/filter selections: 1. Dynamic Chart Titles 2. Dynamic...
- 8 years ago
Hi salmanmohammad,
Yes, concatenatex() is not supported in direct query mode. You can simply use & operator to concatenate the exist column and the result of selectedvalue().
Regards,
Jimmy Tao
v-yuta-msft
8 years agoCommunity Support
Hi salmanmohammad,
Yes, concatenatex() is not supported in direct query mode. You can simply use & operator to concatenate the exist column and the result of selectedvalue().
Regards,
Jimmy Tao
salmanmohammad
8 years agoFrequent Visitor
Thank you Jimmy this works!