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.
Boa tarde.
Estou com um problema, tenho uma meta definida porém no mês que não tem realizado o visual fica em branco, tem alguma dax que eu faça para que quando não ter realizado ele preencha com 0 para que eu consiga realizar o calculo e mensurar quando não ter realizado no mês ?
Help, please!!!!
Solved! Go to Solution.
Hi @pedrostt8 ,
I create a table as you mentioned.
Then I create a measure and here is the DAX code.
Achieve = MAX('Table'[Achieve1])
It shows Achieve is blank, so I create another measure.
Measure = IF('Table'[Achieve]=BLANK(),0,'Table'[Achieve])
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @pedrostt8 ,
I create a table as you mentioned.
Then I create a measure and here is the DAX code.
Achieve = MAX('Table'[Achieve1])
It shows Achieve is blank, so I create another measure.
Measure = IF('Table'[Achieve]=BLANK(),0,'Table'[Achieve])
Best Regards
Yilong Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous thank you very much have a good day !!!!
User | Count |
---|---|
27 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |