Forum Discussion
faheem_Latif_BI
Helper I
3 years agoneed help
Hi life Gurus, what systax errror in this? [countryName] = VAR B = DISTINCTCOUNT('VW_UserConfig'[countryName]) ,FILTER('VW_UserConfig','VW_UserConfig'[EmailAddress] == USERPRINCIPALNAME()))...
- 3 years ago
This is working for me thanks any way:
[Name] = CALCULATETABLE (
VALUES ( 'VW_UserConfig'[countryName] ),
'VW_UserConfig'[emailaddress] = USERPRINCIPALNAME ())
faheem_Latif_BI
Helper I
3 years agoThis is working for me thanks any way:
[Name] = CALCULATETABLE (
VALUES ( 'VW_UserConfig'[countryName] ),
'VW_UserConfig'[emailaddress] = USERPRINCIPALNAME ())