Forum Discussion
Queen_Geek
Helper I
6 years agoexcel to DAX formula
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 i...
- 6 years ago
I figured it out on my own. The answer was simply
=DIVIDE(Counta('Table1'[Startup]), COUNTA('Table1'[Project])).
amitchandak
Super User
6 years agoQueen_Geek , Not very clear.
Refer if this can help
https://community.powerbi.com/t5/Desktop/Percentage-of-subtotal/td-p/95390
Queen_Geek
Helper I
6 years agoThat 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?