Hi All,
I need to have a card visual in the report that will show the latest date of the selected attribute. However, when I add that attribute into the card visual it is sowing the earliest date by default. Is there a way to change this?
I know that I can switch from Earliest to Latest when I'm pulling the data from Excel file, but now I'm pulling the data from the analysis services/server and that option is not available.
Thanks in advance.
Solved! Go to Solution.
@rile14 Well, one way would be to create a measure, MAX('Reporting Date'[Date])
Try this
Measure = MAX( [Date] )
@rile14 Well, one way would be to create a measure, MAX('Reporting Date'[Date])
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
Put your data visualization and design skills to the test! This exciting challenge is happening now through May 31st!
User | Count |
---|---|
389 | |
103 | |
65 | |
53 | |
49 |
User | Count |
---|---|
372 | |
120 | |
80 | |
68 | |
57 |