Forum Discussion

jaryszek's avatar
jaryszek
Super User
10 months ago
Solved

Conditional formatting based on value, not a category name for line chart

Hello Guys, I have a way of standarizing all colors on donuts charts using 2 measures:   -- Works at Category and Subcategory levels, blanks elsewhere Rank (Current Axis) := VAR Result = IF...
  • kushanNa's avatar
    kushanNa
    10 months ago

    To the best of my knowledge, no. However, you could try Power BI’s built-in Python support for this. Keep in mind that Python visuals have lots of limitations—for example, (they do not support tooltip hovering, etc.)

     

    Below is a Python visual example I have created, and I’ve attached the PBIX file for your reference.

     

    For this to work, you need to have Python installed on your machine: Python setup tutorial,  or you can publish the PBIX file to the Power BI Service to view the visual.