Forum Discussion
Card with only last day data
- 6 years ago
Based on the filter context it takes last of that period and if no filter then it takes the latest date.
And its dynamic based on incremental data
If you simply want the last date that should consider filter than you can use Last Or the max function after putting the date on the card. In Visualization pane right-click on the name of Date and do that.
If you want from the table and do not want to consider any filter
Max Date = calculate(Max(Table[Date]),All(Table))
Say filter is no date table joined with this and only want all dates then
Max Date = calculate(Max(Table[Date]),All(Date))
Thank you very much Amit, on the card the date doesnt appear on visualization, only the total data. if I add the datetime to my filters of that visualization I can only select an actual date to filter by and no LAST or MAX.
- amitchandak6 years agoSuper User
sagivh , I am not sure I got it. Now I am confused about what you need now. Card visual can show only one value. So it can be first, last or concatenated value
https://docs.microsoft.com/en-us/dax/concatenatex-function-dax
For more values, you have to choose other visual like table, charts or maybe multi-KPI