Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi All,
I have the table like below, how can I add saturday, sunday or Public Holiday inside this table if the value is blank. Attached also the example of excel the answer I want.
Thanks and Regards,
Fathopes.
Solved! Go to Solution.
Hi @Fathopes ,
Basically you will need a table contains dates with weekends and holidays.
For exmaple:
Table1:
Table2:
Then add a column.
Column =
IF (
ISBLANK ( Table1[value] ),
LOOKUPVALUE ( Table2[weekends or holidays], Table2[days], Table1[days] ),
FORMAT ( Table1[value], "" )
)
Best Regards,
Jay
Hi @Fathopes ,
Basically you will need a table contains dates with weekends and holidays.
For exmaple:
Table1:
Table2:
Then add a column.
Column =
IF (
ISBLANK ( Table1[value] ),
LOOKUPVALUE ( Table2[weekends or holidays], Table2[days], Table1[days] ),
FORMAT ( Table1[value], "" )
)
Best Regards,
Jay
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 16 | |
| 8 | |
| 7 | |
| 7 |