VISUALISE variance in Bar Charts // Show Over Target or Under Target // Beginners Guide to Power BI

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

КОМЕНТАРІ • 14

  • @supremennn3829
    @supremennn3829 Рік тому

    Cool video. I've changed around the target values to be last years values for my use case. Works fine thanks

  • @bhainsley
    @bhainsley 2 роки тому

    Thank you! Great technique for a visual that gives the user even more useful information at a glance!

  • @marinafalkner8968
    @marinafalkner8968 7 місяців тому

    Great video, thanks! Would it be possible to create bars with different colors for every month?

    • @DenysFormiga
      @DenysFormiga 7 місяців тому

      Make a dax like a "data label color" with the hex codes by month.

  • @welcometomathy
    @welcometomathy Рік тому

    can we do this to show growth difference?

  • @shwetkumar1719
    @shwetkumar1719 9 місяців тому

    what doest increment does as you have taken it = 10

  • @laraSheDigiConstruct
    @laraSheDigiConstruct Рік тому

    thank you very helpful!

  • @karnikkalani1516
    @karnikkalani1516 Рік тому

    I want to do the same for margin percentages but its not happening for me it 3 values don't show up as clear as yours. and the percentage also has to be calculated its not in a column as i used a measure earlier

  • @rangabeeram8382
    @rangabeeram8382 2 роки тому

    Thanks!

  • @arbazahmad7177
    @arbazahmad7177 2 роки тому

    Great 👍

  • @laraSheDigiConstruct
    @laraSheDigiConstruct Рік тому

    pls check, keep getting error
    Over Target =
    VAR _Headcount=Sum(Headcount[Actuals]
    Returns
    If (_Headcount > Targgggt[Targgggt Value]), _Headcount -Targgggt[Targgggt Value]

  • @laraSheDigiConstruct
    @laraSheDigiConstruct Рік тому

    i have 2 dates to compare using bars & its not working

  • @laraSheDigiConstruct
    @laraSheDigiConstruct Рік тому

    please comment on this. it's not working for me. than you.
    Over Target =
    Var DATEFst=SUM(DATEFst[Fst HODate])
    if(DATEFstFst [HODate]>DATETargt[],DATEFst[Fst HODate]-DATETargt[Targ HODat])