Hello,
Basic information:
In "Green" calculation we had the change and it means: All Product > TODAY
I have an issue with measure because the measure is counting values incorrectly. I would like the measure to also take into account the individual days of the month but for rest days of December it doesn't display values:
How to change the calculation in this measure?
Could you help me, please?
Hi @dgadzinski ,
what about this measure?
SWITCH(TRUE(),
diff>0&&ABS(diff)<=6,"Less than 6 months",
diff>0&&ABS(diff)>6,"More than 6 months",
"All recertified"
)
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @dgadzinski ,
Please share some sample data in text format so that we could test the formula.
I attached pbix file.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
Join the biggest FREE Business Applications Event in LATAM this February.
User | Count |
---|---|
216 | |
53 | |
49 | |
46 | |
42 |
User | Count |
---|---|
264 | |
211 | |
113 | |
79 | |
66 |