The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
I want to show the data that is associated only with today, and it will refresh daily. How can I do it?
Solved! Go to Solution.
Hi, @XFCXBI
If your problem has been solved, you could accept the helpful answer as solution to close this thread..You could also share your own solution here. Other community members will easily find the solution when they get the same issue.
Best Regards,
Community Support Team _ Eason
uses the filter relative date filter
.
@XFCXBI , One create a column like this and use that in slicer and save
Is Today = if('Date'[Date]=TODAY(),"Today",[Date]&"")
You can sort above on date
Default Date Today/ This Month / This Year: https://www.youtube.com/watch?v=hfn05preQYA
All About Time Intelligence around Today: https://youtu.be/gcLhhxhXKEI
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
30 |
User | Count |
---|---|
181 | |
82 | |
67 | |
48 | |
44 |