Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I am working on a dashboard that was passed down from another developer no longer at the company. There are the following visuals that have a ! or a check mark, and I am not sure what they mean or signify. This is a KPI visual from the standard visuals that come in PowerBI. Any thoughts? Any help is appreciated!
Solved! Go to Solution.
Those signify if your value meets (or exceeds) your target.
Hi thank you for you response. I was then looking into the Target field, and the code is the following, I am not too great in diseccting the code and understanding what this means in relation to the target, could you help with this?
PW =
IF(SELECTEDVALUE(Dates[WkOfYr]) = "02",
CALCULATE([Totals],
FILTER(ALL('Dates'),
'Dates'[YrMo] = SELECTEDVALUE('Dates'[YrMo]) - 50 )),
CALCULATE([Totals],
FILTER(ALL('Dates'),
'Dates'[YrMo] = SELECTEDVALUE('Dates'[YrMo]) - 2 )))
Thank you for all the help!
This is calculating whatever the "Totals" measure is from previous months. I'm assuming the person who wrote this measure meant it as a previous week total. However, the filters use 'Dates'[YrMo] instead of weeks used in the if statement.
Those signify if your value meets (or exceeds) your target.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 54 | |
| 47 | |
| 39 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 83 | |
| 70 | |
| 38 | |
| 28 | |
| 27 |