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!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
I've created the table below, which details all of our important Master Opportunities in Salesforce (11 total). Based on this information I want to provide the user with a % of those Opportunities that we've deemed "Power of One" (meaning involves agencies across our network). That total is 10.
Thus, the formula should should exhibiting 90.9% [10/11]. However, I'm not able to configure how to COUNT only the rows of the current visualized table- which again, is 11 (as opposed to the entire # of rows in the ENTIRE TABLE, which is 10K+). As you can see it's returning 100%.
Here's the current formula:
Solved! Go to Solution.
I was able to resolve this with the following formula:
please explain your rationale for this part of the formula
count(Opportunity[Po1 (to use)])
Also please show the definition of that field.
1. count(Opportunity[Po1 (to use)])
Pertains to the first column in the table: it counts the # of Opportunities that have been designated Power of One
2. here's the formula:
There's a lot of stuff going on. According to your formula "count(Opportunity[Po1 (to use)])" will completely ignore the result of your search and always return the number of rows regardless.
SEARCH has built-in error handling. You don't need ISERROR.
your #3 looks rather complicated. Describe what the resulting string should look like. Most likely you can write
Po1 ROLLUP = Opportunity[Groupe_BUs_Involved__c] & ", " & Opportunity[Multi PH Agency Opp]
I was able to resolve this with the following formula:
Check out the November 2025 Fabric update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!