Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi All,
i need your help as i need to create a textbox/card which has to show the data what ever is getting selected from Silcer.for example if i select satart date and end date from silcers i need these selections to be shown in the text box as well.could someone please let me know how to do this in power bi desktop.
Regards
Anitha
Solved! Go to Solution.
Hi @Anonymous ,
You can get it by a measure and a card visual, here's my solution.
Create a measure.
Measure =
FIRSTDATE ( 'Date'[Date] ) & "-"
& LASTDATE ( 'Date'[Date] )
Get the correct result. Here, you can modify the font size and turn off the category label in the formatting pane.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
You can get it by a measure and a card visual, here's my solution.
Create a measure.
Measure =
FIRSTDATE ( 'Date'[Date] ) & "-"
& LASTDATE ( 'Date'[Date] )
Get the correct result. Here, you can modify the font size and turn off the category label in the formatting pane.
I attach my sample below for reference.
Best Regards,
Community Support Team _ kalyj
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 50 | |
| 47 | |
| 29 | |
| 15 | |
| 14 |
| User | Count |
|---|---|
| 90 | |
| 74 | |
| 40 | |
| 26 | |
| 25 |