Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi there,
I have been working at this for a while with no luck - hoping someone in the community can help!
I have a line chart that I have applied conditional formatting to so that I can see dots appear on the line after a field reaches a certain threshold. However, I need to display two lines on this line chart and I only want the dots to show up on one of them. I followed these instructions to create these dots: https://www.biinsight.com/quick-tips-line-chart-and-area-chart-conditional-formatting-in-power-bi/
My measure to create the condition is (I am hoping to apply the conditional formatting to ONLY the Intraday Exposure line - possibly something I can modify here?):
Perc Change Conditional Formatting =
var selection = SELECTEDVALUE('NSCC Intraday'[Intraday Exposure])
return
SWITCH(TRUE()
, ISBLANK([All Account % Change Tooltip]), BLANK()
, [All Account % Change] <= -80, "Orange"
, BLANK()
)
Results right now (Again, I only want the dots on the Intraday Exposure line, NOT the SOD Exposure line):
Facing similar issue
Hi @Anonymous
you might consider creating pbix file that will contain some sample data (remove the confidential info), upload the pbix to onedrive for business and share the link to the file. Please do not forget to describe the expected results based on this sample data.
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
67 | |
51 | |
38 | |
26 |
User | Count |
---|---|
89 | |
52 | |
45 | |
39 | |
38 |