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.
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