The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi,
I have this table which indicates the scoring for a sprint :
Sprint ID | Score | Score ID |
1 | Green | 1 |
2 | Red | 3 |
3 | Yellow | 2 |
4 | Red | 1 |
5 | Red | 1 |
6 | Red | 1 |
Note that Score ID represets 1:1 value for the Color (Red = 3, Yellow = 2, Green = 1)
And would like to create a line chart as following:
With the following :
Any help would be appreciated.
Thanks,
Gadi.
Solved! Go to Solution.
Hi Gadi,
If a barchart would do the trick as well you could try this. Add a column with a colour hex code. create the visual. Then at the formatting pane of the visual open the data colour section and press the fx button. Then select "fieldvalue" as the conditional formatting rule and select the colour hex column.
Regards,
Tim
Proud to be a Super User!
Hi Gadi,
If a barchart would do the trick as well you could try this. Add a column with a colour hex code. create the visual. Then at the formatting pane of the visual open the data colour section and press the fx button. Then select "fieldvalue" as the conditional formatting rule and select the colour hex column.
Regards,
Tim
Proud to be a Super User!