Forum Discussion
united2win
4 years agoHelper III
Countrows DAX help
Hi, I have the following table, looking to create a column with a DAX formula that identies if a Seller has a German Registration. Can anoyne provide that formula pls? I was hoping it would be simpl...
- 4 years ago
I just added the country as so:
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! ☺
united2win
4 years agoHelper III
Still only returns on the German jurisdiction. I'm looking to see if a Seller has a DE jurisdiction and then extrapoloate that across the other jurisdictions. Like below:
| Seller | Country | Calculated DAX Column |
| A | DE | Yes |
| A | IT | Yes |
| B | DE | Yes |
| A | FR | Yes |
| C | FR |
NickolajJessen
4 years agoSolution Sage
I just added the country as so:
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! ☺
- united2win4 years agoHelper III
This is exactly what I'm looking for, did you create this as a measure or new column? I've copied the DAX into a new column, but still getting "Yes" only for Germany 😞
- Anonymous4 years agoNot applicable
A measure 😊
- united2win4 years agoHelper III
And would it be possible to get the same as a calculated column?