DAX
Share
Explore
Bonnes pratiques

icon picker
Titre dynamique


TitreParPays =
IF(
ISFILTERED(Customer[Country-Region]),
IF(
HASONEVALUE(Customer[Country-Region]),
VALUES(Customer[Country-Region]),
CONCATENATEX(
Customer,
Customer[Country-Region],
",",
Customer[Country-Region],
ASC
)
),
"Tous les pays"
)


Share
 
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.