Forum Discussion
need help
- 4 years ago
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 _ kalyjIf 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.