Forum Discussion
united2win
Helper III
4 years agoCountrows 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
Helper III
4 years agoStill 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
Solution Sage
4 years agoI just added the country as so:
Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! ☺
- united2win4 years ago
Helper 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 ago
Helper III
And would it be possible to get the same as a calculated column?