Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
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))
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
90 | |
82 | |
65 | |
51 | |
31 |
User | Count |
---|---|
117 | |
116 | |
71 | |
64 | |
40 |