Forum Discussion
wenchi
Helper I
5 years agodynamic title from calculation group selection
my report connect to AS model using live connection. The AS model contains few calculation groups including time intelligence and measure metric, such as volume, store count, etc. They all work as ex...
amitchandak
Super User
5 years agowenchi , Not very clear. Have you used Tabular Editor?
https://www.sqlbi.com/blog/marco/2020/07/15/creating-calculation-groups-in-power-bi-desktop/
- wenchi5 years ago
Helper I
I create the AS model using Visual Studio which had calc group. No issue for calculation group. Just wondering how to get the selected item and incorporated to visual title in PBI report. For example, my time table has MTD, QTD, YTD calculated items. How do I detect which item selected by the user?
- Anonymous5 years agoNot applicable
wenchi ,did you get any solution? I'm too looking to implement the dynamic title.
SELECTEDMEASURENAME() and SELECTEDVALUE() did not work for me either.