Forum Discussion
ajisharavind_99
3 years agoAdvocate I
Count values based on other column
Hi,
I hope someone can help me quickly find the answer to the below query
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Result CC = IF ( COUNTROWS ( FILTER ( Data, Data[ID] = EARLIER ( Data[ID] ) && Data[Actions 1] = "Open" ) ) > 0, 0, 1 )
2 Replies
- Jihwan_KimSuper User
Hi,
Please check the below picture and the attached pbix file.
It is for creating a new column.
Result CC = IF ( COUNTROWS ( FILTER ( Data, Data[ID] = EARLIER ( Data[ID] ) && Data[Actions 1] = "Open" ) ) > 0, 0, 1 )- ajisharavind_99Advocate I
Jihwan_Kim Thanks , Awsome !!