Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
Anonymous
Not applicable

need help

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 

1 ACCEPTED SOLUTION
v-yanjiang-msft
Community Support
Community Support

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.

vkalyjmsft_0-1656399185607.png

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.

View solution in original post

1 REPLY 1
v-yanjiang-msft
Community Support
Community Support

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.

vkalyjmsft_0-1656399185607.png

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.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.