Forum Discussion
Donut Card Dynamic Month Change
Hi All,
I have three donut cards with data called:
Previous Month
YTM Month
Current Month
Instead of naming it these above, I want to dynamically change them where if the month filters (ex.May) it would show May as the current month, and previous month as (April)
You need to Create a Measure As Title
"Your Custom Text " & Selected Value(Month Name) .In the Donut Visual, go To Formatting /configuring options and selecte Title and Title Text use the fx button to select conditional formatting and Select the Measure there. You Title will be dynamic based on Month Slicer .
To get more clarity Watch my Video - https://www.youtube.com/watch?v=CtLSjvuvVAw&list=PLWQB3PEUJKRneu8fam5CaCMCdrIdT_zDD&index=5
Use Time Stamp of 3:15 where I have explained how to create such Dynamic Title with Conditional formatting
1 Reply
- VijayPCommunity Champion
You need to Create a Measure As Title
"Your Custom Text " & Selected Value(Month Name) .In the Donut Visual, go To Formatting /configuring options and selecte Title and Title Text use the fx button to select conditional formatting and Select the Measure there. You Title will be dynamic based on Month Slicer .
To get more clarity Watch my Video - https://www.youtube.com/watch?v=CtLSjvuvVAw&list=PLWQB3PEUJKRneu8fam5CaCMCdrIdT_zDD&index=5
Use Time Stamp of 3:15 where I have explained how to create such Dynamic Title with Conditional formatting