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! ☺
Anonymous
4 years agoNot applicable
A measure 😊
united2win
4 years agoHelper III
And would it be possible to get the same as a calculated column?
- NickolajJessen4 years agoSolution Sage
Yes, neat trick is to just wrap the measure in a calculate
nb. countrows being the measure we created above.
Also it would have been better to know, that a calculated column was needed, when i asked in message 2. 😅Please mark this answer as the solution if it resolves your issue.
Appreciate your kudos! 😊- united2win4 years agoHelper III
Still only returning German addresses unfortunatley. Sorry, I thought I already mentioned that, thanks for your help on this...Very muc appreciated.
Also copied the measure.