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
how do i get the filled percentage of substantive againts total requests
Substantive Filled = CALCULATE(COUNTROWS('Export'), 'Export'[Status] = "Substantive Filled")
Total Face to Face Requests = COUNTROWS('Export')
Solved! Go to Solution.
Percentage of Total =
DIVIDE (
[Substantive Filled],
[Total Face to Face Requests]
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group
Percentage of Total =
DIVIDE (
[Substantive Filled],
[Total Face to Face Requests]
)
⭕ Subscribe and learn Power BI from these videos
⚪ Website ⚪ LinkedIn ⚪ PBI User Group