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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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