This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 35 | |
| 32 | |
| 26 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 68 | |
| 37 | |
| 32 | |
| 25 | |
| 23 |