This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
I have the master calendar all set with holidays flagged. I created WorkDay =1 or 0 to indicate if its a workday or not (sat, sun and holidays = 0).
Solved! Go to Solution.
Crossing my fingers. Seems to work (the missing piece of the equation)
So we found the issue. Apparently relationships are active in a calculation so it first filtered the calendar for one date and took the IsWorkday which is only 0 or 1. So now the question becomes - how can I suppress the relationship for this column ?
1. Find a way to do this in power query
2. Find a way to do this in DAX.
Scouring the community for a solution
Crossing my fingers. Seems to work (the missing piece of the equation)
Hi,
I do not see a mistake there. Share the link from where i can download your PBI file.
I created to columns in One of my Calender
WeekDay = WEEKDAY('Compare Date'[Compare Date])
WeekDay = WEEKDAY('Compare Date'[Compare Date])And I able to sum same within this calendar
Also There is another Calendar not join to this one, Able to do with that to
Weekdays Second Cal = ( VAR _Cuur_start = Min('Date'[Date Filer]) VAR _Curr_END = Max('Date'[Date Filer]) return calculate(sum('Compare Date'[Working Day]),'Compare Date'[Compare Date] >= _Cuur_start && 'Compare Date'[Compare Date] <= _Curr_END ) )
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 25 | |
| 23 | |
| 19 | |
| 17 | |
| 14 |
| User | Count |
|---|---|
| 24 | |
| 23 | |
| 20 | |
| 20 | |
| 19 |