Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi everyone,
I would like to ask for help.
At the moment I am preparing a dashboard and used formatting tool by the table. Look below.
In the difference column I used the formatting. But I would like to use a different formatting for 1.revenue/3.netto and 2.costs.
Now the minus values at costs seems bad, but in reality it is better dan last year.
Can someone help me out?
Thanks in advance.
Kind regards,
Luca
Solved! Go to Solution.
@Anonymous , do you need to do want conditional formatting?
You can create a color measure and use that in conditional formatting using filed value option
examples
Color sales = if(AVERAGE(Sales[Sales Amount])<170,"green","red")
Color Year = if(FIRSTNONBLANK('Table'[Year],2014) <=2016,"lightgreen",if(FIRSTNONBLANK('Table'[Year],2014)>2018,"red","yellow"))
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
Try to create a measure like below and apply conditional formatting in difference column.
Measure 2 =
SWITCH(TRUE(),
MAX('Table'[type])="1.Recenue","red",
MAX('Table'[type])="2.Cost","blue",
MAX('Table'[type])="3.Netto","yellow")
@Anonymous , do you need to do want conditional formatting?
You can create a color measure and use that in conditional formatting using filed value option
examples
Color sales = if(AVERAGE(Sales[Sales Amount])<170,"green","red")
Color Year = if(FIRSTNONBLANK('Table'[Year],2014) <=2016,"lightgreen",if(FIRSTNONBLANK('Table'[Year],2014)>2018,"red","yellow"))
How to do conditional formatting by measure and apply it on pie?: https://youtu.be/RqBb5eBf_I4
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.
| User | Count |
|---|---|
| 47 | |
| 44 | |
| 40 | |
| 20 | |
| 15 |
| User | Count |
|---|---|
| 70 | |
| 68 | |
| 32 | |
| 27 | |
| 25 |