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

แชร์
ฝัง
  • เผยแพร่เมื่อ 27 ม.ค. 2025

ความคิดเห็น • 6

  • @ibrahim82649
    @ibrahim82649 18 วันที่ผ่านมา

    This is amazing

  • @experience_kingsley
    @experience_kingsley 3 หลายเดือนก่อน

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

  • @AnilKumar-vi8oe
    @AnilKumar-vi8oe 9 หลายเดือนก่อน

    Great work man, keep going

  • @getsetgoo3334
    @getsetgoo3334 9 หลายเดือนก่อน

    Excellent tutorial Thanks

  • @rowanschoultz1022
    @rowanschoultz1022 9 หลายเดือนก่อน +3

    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 5 หลายเดือนก่อน

    Best tutorial