Conditional formatting in Power BI with calculation groups

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

КОМЕНТАРІ • 25

  • @sallysproat8206
    @sallysproat8206 3 роки тому +1

    Super helpful. Thank you for providing this example; I was not sure where to head when I realized it conditional formatting wasn't available within the calculation item itself.

  • @rauljimenez5485
    @rauljimenez5485 3 роки тому +1

    Very straight forward and powerful!!! Thank you for sharing!

  • @amolmahajan2349
    @amolmahajan2349 2 роки тому +2

    great video & easy to understand, Thanks for this video it was really helpful :)

  • @gaminggamer4591
    @gaminggamer4591 4 роки тому +1

    Amazing :) Just what I was looking for!

  •  3 роки тому

    Simply, thank you!!!

  • @siddharthalokireddy7004
    @siddharthalokireddy7004 Рік тому +1

    Hi Exceed Learning, Thanks for sharing this trick!
    I have used exact same logic. However, formatting couldn't be restricted to intended columns. Can you please let me know, if this is still working like this in current version of PBI and Tabular Editor - 2.17 ?

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

      Yea, not working for me either.

  • @barrosemanuel_5139
    @barrosemanuel_5139 3 роки тому +1

    That helped me. Thank you a lot!

  • @johan5315
    @johan5315 4 роки тому +1

    Great, thank you!

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

    Thanks. How can I do the following (ISSELECTEDMEASURE does not work in this measure)
    :
    Color =
    IF(
    SELECTEDVALUE('TI Funnel Checkout'[FC]) IN {"(vs LY)"},
    SWITCH(
    TRUE(),
    ISSELECTEDMEASURE([Net revenue]), [Net revenue],
    ISSELECTEDMEASURE([Net units]), [Net units]
    )
    )
    So, I am only selecting the (vs LY) only but also I am creating a measure which works for all the SELECTEDMEASURE I put in.. instead of creating one color measure for each.

  • @austinchandler7064
    @austinchandler7064 3 роки тому +2

    Hello, awesome video! I am having trouble as my CondtionAbs is returning the full value of the YTD instead of the difference between YTD and PY YTD any insight would be helpful!

    • @ExceedLearning
      @ExceedLearning  3 роки тому

      Hi Austin! not sure I understand your question. ConditionalABS should return selectedmeasure which depends on the calculated item from CG. therefore it should return TY vs LY value calculation Item. if it is returning the whole year, I would focus on the YTD TY vs LY calculation item and check if it is returning the correct value.

  • @alpeshpatel837
    @alpeshpatel837 3 місяці тому

    how can this be done (colour formatting) on a card visual (not a matrix)? Tried to use the callout value colour fx but doesn't work

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

    Can we use SELECTEDMEASURENAME instead of a direct measure name&

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

    Grate! Thank you a lot!

  • @rafaeltannous354
    @rafaeltannous354 3 роки тому

    Hi, when I do this process, the conditional formatting ends up working for all columns and I would like it to work for specific columns. I did exactly like you.

    • @ExceedLearning
      @ExceedLearning  3 роки тому

      Did you try to use Format by “color scale” instead of “rules”? This feature does not work with color scale since it internally transforms blank values to 0, therefore applies formatting to every cell.

  • @saisarayuyalla5486
    @saisarayuyalla5486 3 роки тому

    Hi, I tried to add data bars using the same technique but was not able to format as format by condition is not available in data bars advanced controls. Could you please help me with this issue?

  • @alexzir
    @alexzir Рік тому +2

    Is seems doesn't work with multiple measures in one calc group table

  • @musl1618
    @musl1618 2 роки тому +1

    👋👋👋👋

  • @joaovictorsilva252
    @joaovictorsilva252 3 роки тому +1

    I followed all the steps in the video, but it's not working. ;-;