Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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
Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!
Check out the September 2025 Power BI update to learn about new features.