Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Can anyone one help me with adding a text box or card which displays the current section.
as shown in the screenshot below, is there a way to display the year, quarter and the month selected from slicer.
in the example Year 2019 and Quarter 1 selected hence wanted to display it in a box so that when clipped to a dashboard user knows the current selection. Any help is greatly appreciated.
Solved! Go to Solution.
You can put the following measure in a card to get your desired result. Replace with your table/column names.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
@deevs , Try a new measure like this and use that od Card
Measure = "Year - " & selectedvalue(Date[Year]) & unichar(10) & "Quarter - " & SELECTEDVALUE(Date[Quarter])
You can put the following measure in a card to get your desired result. Replace with your table/column names.
If this works for you, please mark it as the solution. Kudos are appreciated too. Please let me know if not.
Regards,
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 97 | |
| 71 | |
| 50 | |
| 47 | |
| 44 |