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
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 |
---|---|
16 | |
8 | |
7 | |
6 | |
5 |
User | Count |
---|---|
25 | |
13 | |
12 | |
8 | |
8 |