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.
My data is all in columns on the same table-no relationships needed. I need to find the % of projects that have lessons. The screenshot is the excel version of the data output. The excel formula is
=SUBTOTAL(9,Table1[Column1])/SUBTOTAL(3,Table1[Project]).
How can I translate this into DAX?
I tried this, but the % isn't correct (comes up 4.8%).
Solved! Go to Solution.
I figured it out on my own. The answer was simply
Hi @Queen_Geek ,
After my tests, i got the same result with these formula. Maybe it is caused by your filter or slicer. You could add ALL() filter in your measure.
I figured it out on my own. The answer was simply
@Queen_Geek , Not very clear.
Refer if this can help
https://community.powerbi.com/t5/Desktop/Percentage-of-subtotal/td-p/95390
That doesn't help. There are no subtotals in my data, it's in columns, like the screenshot shows. What isn't clear? Here is a screenshot of the data (partial) if that helps?
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the October 2025 Power BI update to learn about new features.