Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I hope that there might be a solution after all.
I have an area diagram with two lines, and I want to mark the highest and lowest points of each line.
Is there a solution for this?
For one line I proceeded as follows, first I wrote the following measurer:
Max/MIN Abs.gross turnover Afterbuy Max =.
VAR Gross Sales = [Abs. Gross Sales Afterbuy Max]
VAR OfficeGross = [Abs. Gross Sales OfficeChairs]
VAR MaxABS =
MAXX ( ALL ( stock ), [Abs. gross sales Afterbuy Max] )
VAR MINABS =
MINX ( ALL ( stock ), [Abs. gross sales Afterbuy Max] )
VAR RESULT =
SWITCH (
TRUE ( ),
Gross sales = MaxABS, "Green",
Gross Sales = MINABS, "Red",
"Blue"
)
RETURN
RESULT
In the second step I converted the area chart into a line chart. And then applied it to the Columns for Meassuer. This was also possible without any problems.
However, as soon as there is a second Y-axis in the bar chart, it is not possible to set a conditional formatting for both.
Is there a way to achieve this?
Because as soon as I change the chart from the bar chart to the area chart, the formatting remains.
And locks like this, but of coure the red dote fore the dark blue line is wrong.
Thanks
Hi @Yonah ,
Based on my test, in the latest version, color of marks in the area chart doesn't support conditional formatting. May I know how you did it?
Best Regards,
Community Support Team _ kalyj
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
94 | |
86 | |
81 | |
70 | |
49 |
User | Count |
---|---|
143 | |
124 | |
107 | |
60 | |
55 |