Forum Discussion
scuderia
5 years agoFrequent Visitor
Dynamic Title based on quarter selection
Hello BI Community I have a slicer where users have the possibility to filter data based on quarter figures, so for e.g. in 2020 "Q1/20" up to "Q4/20" can be choosen individually or all together. S...
amitchandak
Super User
5 years agoscuderia ,
Not very clear
you can create a measure like
concatenatex(Table, Table[Qtr], "-")
and use that in title
scuderia
5 years agoFrequent Visitor
Thank you amitchandak for your input but I'm looking for a smarter solution where both requested formats are shown.
- amitchandak5 years ago
Super User
scuderia , can share data input and output data in table format.