The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Bonjour,
Je souhaiterais récupérer la valeur de la variable au format texte afin de pouvoir réaliser mon calcul filtré avec la variable.
Le résultat suivant n'affiche rien. La variable mois retourne bien le mois de juin par exemple.
Solved! Go to Solution.
correct DAX :
I had a space before name of month then i modified MID formula in replace 2 by 3
Hi @Gaston78 ,
MID ( <Text>, <StartPosition>, <NumberOfCharacters> )
In your VAR mois the number of characters is set to be always 10.
Is this correct? E.g. juin is only 4.
Hi,
Yes these are the months of the year and the month of December has 10 characters.
I would like to put the month variable with quotation marks.
Thanks for your help 🙂
I wish you a good day.
correct DAX :
I had a space before name of month then i modified MID formula in replace 2 by 3
User | Count |
---|---|
11 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
8 |