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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
PowerBI_Yonghu
Frequent Visitor

KPI Measure 'goal' word change

I am trying to create a KPI visual where I compare measure from current year to prior year.

Is there anyway I can change the word 'Goal' to someting else ? its not really a goal in my case. Also , the percentage next to goal is little misleading and seems I can not get rid of it. 

 

Untimalty, I want the 'goal' to be a customized word such as 'prior year' and mark the percentage next to current indicator to show difference instead of next to goal.

 

Thanks,

1 ACCEPTED SOLUTION

Hi PowerBI_Yonghu,

 

This is not supported currently, I suggest you could submit the requirement in power-bi-ideas. If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next  version. Your feedback is valuable for us to improve our products and increase the level of service provided.

 

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
dax
Community Support
Community Support

Hi PowerBI_Yonghu,

 

If you want to use previous year’s total as goal, you could try to use below measure

Measure =
VAR maxy =
    MAX ( 'KPI'[year] )
RETURN
    CALCULATE (
        SUM ( 'KPI'[amount] ),
        FILTER ( ALL ( 'KPI' ), 'KPI'[year] = maxy - 1 )
    )

51.png

But if you want to change goal text, I think you can’t achieve your goal, this is not supported currently, you could vote in Change KPI "Goal" to another text.

Best Regards,

Zoe Zhi

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly

Thank you! This is helpful. I would like the % trend to be next to the indicator instead of the comparison year which makes more sense.

Hi PowerBI_Yonghu,

 

This is not supported currently, I suggest you could submit the requirement in power-bi-ideas. If the requirement mentioned by customers for many times, the product team may consider to add this feature in the next  version. Your feedback is valuable for us to improve our products and increase the level of service provided.

 

Best Regards,
Zoe Zhi

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

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.