Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
The issue is my % is always showing up as 100% so even when i seperated the two measures that make up that % and those numbers are different (it should be 473/679 = 69%), the tile still shows me 100%. The two measures inside of this formula (adoption % will change depending on the selected filters (usually 2 at a time)
Formulas:
Hi @Anonymous
Try these measures:
If this post helps, please consider accepting it as the solution to help the other members find it more quickly.
Appreciate your Kudos!!
LinkedIn: www.linkedin.com/in/vahid-dm/
The Sorry portion was a joke for myself when it didnt work but I tried the updated formula you mentioned and it didnt work, still gave me that 100%.
Hi, @Anonymous
You can try accessing the value of [Adoption_numerator] and [Adoption_Dy] using variables.
Adoption %_m =
var a = [Adoption_numerator]
var b = [Adoption_Dy]
RETURN
DIVIDE ( a, b, "sorry" )
Best Regards,
Community Support Team _ Eason
Same result, very interesting. My denominator is a dynamic measure using a switch true statement, could that be it?
Hi, @Anonymous
We may need more information for further research.
Please share a sample file without sensitive data.
Best Regards,
Community Support Team _ Eason
Check out the November 2025 Power BI 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!
| User | Count |
|---|---|
| 5 | |
| 5 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 24 | |
| 21 | |
| 13 | |
| 12 | |
| 10 |