SereneSea
New Member
- Joined
- Feb 2, 2022
- Messages
- 43
- Office Version
- 2016
- Platform
- Windows
Evening (or morning) everyone!?
I am having troubles creating a measurement with DAX function. I have a column "% Progress" and I want to count all the "100%" then divide it by the number of rows to get "Total Complete" in percentage.
My excel formula is below and I would like it translated into DAX.
I hope one of you wizards can help me!?
I am having troubles creating a measurement with DAX function. I have a column "% Progress" and I want to count all the "100%" then divide it by the number of rows to get "Total Complete" in percentage.
My excel formula is below and I would like it translated into DAX.
Excel Formula:
=(COUNTIF(Table[% Progress],"100%"))/(COUNTA(Table[% Progress]))
I hope one of you wizards can help me!?