The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
User | Count |
---|---|
10 | |
9 | |
6 | |
6 | |
5 |
User | Count |
---|---|
21 | |
14 | |
14 | |
9 | |
7 |