The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |