Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
NPatel12498
New Member

Data Card Visual Help

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!

 

NPatel12498_0-1714403428053.png

 

NPatel12498_1-1714403441582.png

 

1 ACCEPTED SOLUTION
Syk
Super User
Super User

Those signify if your value meets (or exceeds) your target.

View solution in original post

3 REPLIES 3
NPatel12498
New Member

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.

Syk
Super User
Super User

Those signify if your value meets (or exceeds) your target.

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.