Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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 !!!!
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
22 | |
7 | |
6 | |
6 | |
6 |
User | Count |
---|---|
27 | |
12 | |
10 | |
9 | |
6 |