The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
i have this measure that brings back the total count of BSL requests
Solved! Go to Solution.
@Dougers1
Try this measure:
CALCULATE(
COUNTROWS('Export') ,
'Export'[Request Grade] = "BSL",
'Export'[status] = "filled"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
@Dougers1
Try this measure:
CALCULATE(
COUNTROWS('Export') ,
'Export'[Request Grade] = "BSL",
'Export'[status] = "filled"
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
User | Count |
---|---|
24 | |
10 | |
8 | |
6 | |
5 |
User | Count |
---|---|
31 | |
12 | |
10 | |
10 | |
9 |