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 August 31st. Request your voucher.
Hi,
I need help getting this sales data filtered for Today. I am able to get the last few days and even time periods after that, but I cant capture today's sales.
Here is my formula that works between dates:
I need hlpe on this one to capture today's sales only.
Thanks so much!!
Solved! Go to Solution.
You may use expression below.
[Custom Date Time] >= TODAY () && [Custom Date Time] < TODAY () + 1
You may use expression below.
[Custom Date Time] >= TODAY () && [Custom Date Time] < TODAY () + 1
@ModernAchilles - Today() returns Date Time, is your custom date time the same format?
User | Count |
---|---|
81 | |
74 | |
42 | |
30 | |
28 |
User | Count |
---|---|
108 | |
96 | |
53 | |
48 | |
47 |