Set Power BI Data Color All Visuals to Follow Same Color for the Same Data Point

แชร์
ฝัง
  • เผยแพร่เมื่อ 28 ต.ค. 2024

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

  • @marcussilfver4820
    @marcussilfver4820 2 ปีที่แล้ว +9

    Good video, thanks for this. I just can't believe how hard a simple task like changing color on data presentation can be!
    Power BI needs to make this WAY easier. I miss the old "Data Colors" section in the UX. It used to be so easy, and they totally broke it.

  • @anthonypcheng3167
    @anthonypcheng3167 2 ปีที่แล้ว +13

    Thanks, good tip. However, it seems this will work only when there are no Legends involved.
    When the "Legend" is involved with multiple data points, I no longer see the option "Default" and button "fx" under "Column" option. Instead, it will only show pre-set colors under Column that we could change manually one by one. No button "fx" appears.

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +5

      That is right. Legend in a visual will change the color settings of it. You cannot have both the legend and also the conditional formatting.

    • @telesforosotelogalindo3114
      @telesforosotelogalindo3114 2 ปีที่แล้ว

      @@RADACAD Ok, I already have the answer

    • @weiwu1189
      @weiwu1189 ปีที่แล้ว +2

      @@telesforosotelogalindo3114 Did you find the solution for change color settings for multiple data points? if so, could you please share? Thanks

    • @ildashabani2358
      @ildashabani2358 ปีที่แล้ว +2

      @@RADACAD Is there any solution on this topic yet? Still need to change the colours in a Stacked Column Chart manually?

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

      Is there any way to have the same color across many visuals with stacked bar charts as well ?

  • @BeholdNails
    @BeholdNails 2 ปีที่แล้ว +2

    Good tip. I do something similar but without the table, just a Switch in the measure. For example:
    Data Color =
    SWITCH( SELECTEDVALUE( DimCustomer[EnglishEducation]),
    "Bachelors", "#3cc7d5",
    "Partial College", "Khaki",
    etc.
    Then I also have another one for Font Color, for when there will be text on top of the colors in Data Color. For that one I just use "Black" and "White" as the output of the Switch.

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +4

      That is also good.
      Having it as an external table helps in changing the colors without opening the PBIX file though. Otherwise, they both are good methods :)

  • @cosmincirnu1036
    @cosmincirnu1036 ปีที่แล้ว +2

    Did you discovered a workaround for line chart to align to the same colours as the other visuals which you presented? Thanks! Cosmin

  • @AmyCustomer
    @AmyCustomer 9 หลายเดือนก่อน +1

    Thanks for this video. I was wondering what the best method for this would be. This video is excellent.

  • @RowellLagman-ht1qg
    @RowellLagman-ht1qg ปีที่แล้ว +2

    Thanks for this! Very helpful. Doesn't work on line graph though. Are there any workarounds?

    • @GG-ep1vh
      @GG-ep1vh ปีที่แล้ว

      @RADACAD thank you for your legendary advice!!! this video is a hit!!! Just wondering if you were able to find a workaround for the line graph? Unfortunately, this is the top used visualisation which is creating major problems due to the manual inefficiencies with updating

  • @GG-ep1vh
    @GG-ep1vh ปีที่แล้ว

    thank you for your legendary advice!!! this video is a hit!!! Just wondering if you were able to find a workaround for the line graph? Unfortunately, this is the top used visualisation which is creating major problems due to the manual inefficiencies with updating

  • @monicakim777
    @monicakim777 ปีที่แล้ว +1

    Hi thank you for the video. This was really helpful! I have used this to get the colors aligned. However, when I make it as a line chart and use data value to legand the color table does not work. Is there a video you made to fix this?

    • @NaomyOliveira-op7dh
      @NaomyOliveira-op7dh ปีที่แล้ว +1

      I had the same issue. Did you find a workaround by chance? If you did, can you share it with me? I copied and pasted the format as suggested but it didn't apply to the line chart.

  • @emilmubarakshin49
    @emilmubarakshin49 2 ปีที่แล้ว

    Thank you this looks great. The next step for it would be to do highlighting in color :)

  • @SerendipitySunday
    @SerendipitySunday ปีที่แล้ว

    Great Tip, exactly what I was searching for. Is there a limit to the use of HEX Codes? For some reason just a subset of the Hexcodes used are displayed even though my colouges filled out the Excel Sheet with corresponding HEX Codes. Somehow it stays blank. (blank = default colour)
    Keep up the great work

  • @schajuli1991
    @schajuli1991 ปีที่แล้ว

    What if I have a stacked bar, and have multiple colors in one bar e.g. sorted by different years - what would I have to change in the formula?

  • @Angecardoza
    @Angecardoza ปีที่แล้ว

    Is there a way to do this coloring when you have a legend...and need to color code per legend? When I click on the Cluster Columna and have a legend value along with axis it does not give me option to input a funcion.

  • @ssomtom
    @ssomtom ปีที่แล้ว

    Thank you. But I would like to use it with colors belong to Product Category. I want to reach if I have Products in the visual Products color would get automatically the relevant Product Category's color. Of course, I have relationship between categories and products

  • @jayrathod2601
    @jayrathod2601 ปีที่แล้ว

    Can apply same color in second level, for e.g if select Purple color and going on drill level same color should be come, is it possible?

  • @wexwexexort
    @wexwexexort 2 ปีที่แล้ว +1

    What if I need to make stacked bar chart with 2 categorical dimensions using both axis and legend?

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +1

      At the moment the setting of legend as conditional formatting isn't yet available unfortunately. Hopefully in the future such thing become an option.

    • @emilioleone5514
      @emilioleone5514 ปีที่แล้ว

      @@RADACAD your video is very good and well explained! However I had the problem that a stacked chart is displayed in different way in desktop and in web views (maybe a bug?). I wanted to use your control method but as said above it is not possible yet.

  • @AriffShaik-l3c
    @AriffShaik-l3c 3 หลายเดือนก่อน

    This solution is not working on Stacked bar chart where color is deactivated due to series selection. I am stuck and the colors always change when published on dashboard

  • @vinaybk1799
    @vinaybk1799 2 ปีที่แล้ว

    Hi, Can we connect PBI with Azure migrate API as a data source

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

    This is fine when you have a small number of pre-determined categories to color, but not very useful when there are many categories or the possibility for new categories to appear. A more difficult (but useful) solution would be to programmatically assign a color.

  • @robwgriffith
    @robwgriffith 2 ปีที่แล้ว +1

    I've been trying to find a way of doing this for ages. I'm thinking this will also allow me to add a single legend to a page rather than having one in each visual.

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      I am glad it helps :)

  • @Outalwajih
    @Outalwajih 2 ปีที่แล้ว

    Very Useful Reza. Thank you so much

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +1

      You're most welcome

  • @abhishekstatus_7
    @abhishekstatus_7 2 ปีที่แล้ว

    This is awesome, Thanks for sharing Reza ..

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Glad you enjoyed it

  • @samanthabalbuena2812
    @samanthabalbuena2812 2 ปีที่แล้ว

    Hi, how I can set the same colors to different tables in the same sheet?

  • @PedroCabraldaCamara
    @PedroCabraldaCamara 2 ปีที่แล้ว

    Very good Reza. Thank you so much

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      You are most welcome

  • @danielsiffredi8403
    @danielsiffredi8403 2 ปีที่แล้ว

    Brilliant! thanks for sharing!

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Glad you enjoyed it!

  • @AlNazari-p9w
    @AlNazari-p9w ปีที่แล้ว

    3:24 Your welcome!

  • @arwaalzagri5245
    @arwaalzagri5245 4 หลายเดือนก่อน

    There is no "show all" in my power bi

  • @CSalcedoDataBI
    @CSalcedoDataBI 2 ปีที่แล้ว

    Thank You.. Very good

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว +1

      Welcome

  • @kylejardine6677
    @kylejardine6677 2 ปีที่แล้ว

    Thanks for this

  • @neerajkapoor1050
    @neerajkapoor1050 8 หลายเดือนก่อน

    Beneficial indeed

  • @telesforosotelogalindo3114
    @telesforosotelogalindo3114 2 ปีที่แล้ว

    Thank you very much. One question, how can I add that color table to the titles of the series (text), I also want them to have the same color.

  • @hi_vishy
    @hi_vishy 2 ปีที่แล้ว

    Just awesome

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Thanks

  • @lucasaxelramalhosantana2041
    @lucasaxelramalhosantana2041 2 ปีที่แล้ว +1

    veryyyyyyyyyyyyy thank you

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Most welcome

  • @satishkumardommeti8282
    @satishkumardommeti8282 2 ปีที่แล้ว

    Cool

    • @RADACAD
      @RADACAD  2 ปีที่แล้ว

      Thanks

  • @MrStuartmoran
    @MrStuartmoran ปีที่แล้ว

    poor quality audio, great content