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.
Hello,
I have a calendar table wheres date, year, month, day and I want a column that shows what days are past = 0 and todays day = 1.
I have this formulas:
Solved! Go to Solution.
You can add a column like
Is Current Day =
IF ( Kalender[Datum] = TODAY (), 1, 0 )
You can add a column like
Is Current Day =
IF ( Kalender[Datum] = TODAY (), 1, 0 )
It works. Thank you!
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
11 | |
7 |