Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Vote for your favorite vizzies from the Power BI Dataviz World Championship submissions. Vote now!
I need to write a measure that indicates how many billable days are in a given month. I figured out how to say if it is a weekday then yes, it is billable, but I can't figure out how to incorporate holidays.
Solved! Go to Solution.
You probably need a holiday table with a Month column and then you could use something in another related table like:
COUNTROWS(RELATEDTABLE(HolidaysTable))
You probably need a holiday table with a Month column and then you could use something in another related table like:
COUNTROWS(RELATEDTABLE(HolidaysTable))
Vote for your favorite vizzies from the Power BI World Championship submissions!
If you love stickers, then you will definitely want to check out our Community Sticker Challenge!
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 57 | |
| 53 | |
| 42 | |
| 16 | |
| 16 |
| User | Count |
|---|---|
| 112 | |
| 106 | |
| 39 | |
| 36 | |
| 27 |