Forum Discussion

pawelj795's avatar
pawelj795
Icon for Post Prodigy rankPost Prodigy
6 years ago
Solved

Custom visual Card - with change from last value

Hi,
Currently, I am working on a marketing dashboard and I want to display a card which gonna show current value with additional change value from last value.

The desired result would like something like below.

(This is a usual Microsoft card visualization edited).

Is there any custom visual that will help with my problem?

 

  • Hi pawelj795 ,

    Based on my research, you can try to use 'Ultimate KPI Card Free' custom visual to meet part of your requirement:

    You can change the value size, reference size and color in the format pane:

     

    If you think this visual is not helpful to you, perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas
    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    Best Regards,
    Yingjie Li

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

     

7 Replies

  • v-yingjl's avatar
    v-yingjl
    Icon for Community Support rankCommunity Support

    Hi pawelj795 ,

    Based on my research, you can try to use 'Ultimate KPI Card Free' custom visual to meet part of your requirement:

    You can change the value size, reference size and color in the format pane:

     

    If you think this visual is not helpful to you, perhaps you can submit the requirement to ideas and add your comments there to make this feature coming sooner: https://ideas.powerbi.com/forums/265200-power-bi-ideas
    It is a place for customers provide feedback about Microsoft Office products . What’s more, if a feedback is high voted there by other customers, it will be promising that Microsoft Product Team will take it into consideration when designing the next version in the future.

     

    Best Regards,
    Yingjie Li

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

     

    • pawelj795's avatar
      pawelj795
      Icon for Post Prodigy rankPost Prodigy

      v-yingjl 
      That is exactly what I've been looking for! Thanks!

      One question though, is there any way to remove background with web address(datavis.bout) with free version?
      Maybe exist some workaround?

      • v-yingjl's avatar
        v-yingjl
        Icon for Community Support rankCommunity Support

        Hi pawelj795 ,

        Since this is a custom visual, basic Features are free. Once advanced features are used, a watermark will appear. With the Setting “revert to default” the watermark will be removed again. To remove the Watermark, order your Trial License: [email protected] or visit https://dataviz.boutique/2019/01/14/ultimate-kpi-card/

        Best Regards,
        Yingjie Li

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

  • pawelj795 why not use KPI visual which can show increase or decrease.

     

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos whoever helped to solve your problem. It is a token of appreciation!

    Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.

  • affan's avatar
    affan
    Icon for Solution Sage rankSolution Sage

    HI pawelj795 

     

    What I have understood from your question is that you want to display a visual with last value + additional amount. 

     

    You do not need a custom visual for this, just create a measure for this and place it on the "Card" visual.

     

    Your measure can be something like below:

     

     

    Measure = 
    var _contacts = here you can enter the calculation for calculating the value of 999 as shown by you in question
    var _newcontacts= here you can enter the calculation for the value of additional 4 contacts
    
    Return 
    
    _contacts & "+" & _newcontacts

     

     

     

     If you need further help on this do let me know.

     

     

    If this helped you, please mark this post as an accepted solution and like to give KUDOS .

     

    Regards,

    Affan Farooqi
    Dynamics Practice Lead | Dynamics Solution and Technology   | Microsoft Dynamics Partner UAE & Saudi Arabia

    LinkedIn

    • pawelj795's avatar
      pawelj795
      Icon for Post Prodigy rankPost Prodigy

      affan 

      Yes, that is what I want.
      However, I also need conditional formatting like my above example (green color and smaller font size of additional increase)