This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello,
I need help totalling [Line Items Audited] but on business days only. My goal is to get the average Line Items Audited per business day in the month.
So for October, if I audited 2000 line items on business days only and there was 21 business days - Average would be 95.24.
@Coryanthony
Is this what you are looking for?
New MEASURE =
DIVIDE (
[Line Items Audited],
[calendar_Workdays]
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Hi @Fowmy
We first need to calculate [line items audited] that occurred on business days only (excluding weekend and holidays ).
Line Items Audited =
CALCULATE (
[Line Items Actioned],
'All Actioned'[Selected for Audit] = 1,
NETWORKDAYS (
MIN ( 'Calendar'[Date] ),
MAX ( 'Calendar'[Date] ),
1,
ALL ( Holidays[Date] )
)
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
I need your help guys to export PDF report or PPT for my Power Bi Dashboard note that my user is pro and i dont want to update it to premium and to be sent automatically via power automate, export automatically send email to specific recipient automatically
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 27 | |
| 26 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 36 | |
| 32 | |
| 26 | |
| 23 |