How to EASILY create gauge charts with target lines using standard visuals in Power BI

Поділитися
Вставка
  • Опубліковано 11 лис 2024

КОМЕНТАРІ • 5

  • @experience_kingsley
    @experience_kingsley 19 днів тому

    Thank you! This was really good. I will be watching more of your tutorials.

  • @rowanschoultz1022
    @rowanschoultz1022 6 місяців тому +2

    You can get rid of the label-column overlap issue by setting a dynamic Y-axis value to be x% more than the max Y value.
    Y-axis Max = --Computes the Y Axis with a set %
    VAR _PctIncrease = 15
    VAR _IncreaseFactor = 1 + (_PctIncrease / 100)
    VAR _HighestCount =
    MAXX ( --Determine visual MAX value
    ALLSELECTED ( 'Calendar'[Date] ), --Over the X-axis
    [Your column metric] --On this measure
    )
    VAR _Result =
    _HighestCount * _IncreaseFactor --Apply the increase %
    RETURN
    _Result

  • @WaqasKhan-sp3sn
    @WaqasKhan-sp3sn 2 місяці тому

    Best tutorial

  • @getsetgoo3334
    @getsetgoo3334 6 місяців тому

    Excellent tutorial Thanks

  • @AnilKumar-vi8oe
    @AnilKumar-vi8oe 6 місяців тому

    Great work man, keep going