Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a line graph plotting the number of occurances of "activity A". The markers are circles. I want to call out an occurance if it meets the requirements of a condition from another column "condition" = xyz and have the marker show as a star. Can this be done or is there a better visual to use?
Solved! Go to Solution.
Hi, @gvanbuhler ;
If conditional formatting changes the shape of the tag, it may seem impossible, but for the color of the tag, you can highlight the color you want to tag.
As follows:
create a measure.
Measure = IF(MAX('financials'[Country])="France","Red","Green")
Then add clustered column set conditional format.
Change the chart to line chart and add another values
The final output is shown below:
https://www.youtube.com/watch?v=A4iG8S4EpHs
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @gvanbuhler ;
Is your problem solved? If so, Would you mind accept the helpful replies as solutions? Then we are able to close the thread. More people who have the same requirement will find the solution quickly and benefit here. Thank you.
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @gvanbuhler ;
If conditional formatting changes the shape of the tag, it may seem impossible, but for the color of the tag, you can highlight the color you want to tag.
As follows:
create a measure.
Measure = IF(MAX('financials'[Country])="France","Red","Green")
Then add clustered column set conditional format.
Change the chart to line chart and add another values
The final output is shown below:
https://www.youtube.com/watch?v=A4iG8S4EpHs
Best Regards,
Community Support Team _ Yalan Wu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
117 | |
84 | |
49 | |
38 | |
28 |
User | Count |
---|---|
185 | |
73 | |
73 | |
50 | |
42 |