Source data
Date | category | sales |
4/6/2021 | A | 120 |
3/6/2021 | A | 100 |
2/6/2021 | A | 300 |
1/6/2021 | A | 270 |
whenever new data is added in the table then in the date slicer by default date selection should be last date and rest of the other dates should be present in the date slicer , means when user open the report he can see last date of the sales and after that he can change the dates as per required.
@Anshenterprices , Create a new column in your date table or in table and sort that on date
Max Date = if([Date] = max(Table[Date]), "Max Date", [Date] & "" )
Select Max date and save
refer if needed
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=35
@amitchandak In the Drop down user should see and selected last date automatically ,because daily i need to send a pdf version of dashboard in power bi subscription,
User | Count |
---|---|
136 | |
59 | |
58 | |
55 | |
49 |
User | Count |
---|---|
124 | |
74 | |
55 | |
52 | |
49 |