Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
I am trying to create a measure that makes the solid purple line invisible when "POC" is selected in the filter. The line is called Project and POC is the filter selection that should cause the solid purple line to go invisible. Can this be done?
Test = IF(ISFILTERED(Products[Category] = "POC"),Blank(Project)"")
Hi @poweruser55 ,
Could you tell me if my reply helps you? If it is, kindly Accept it as the solution. More people will benefit from it.
Best Regards,
Eyelyn Qin
Hi @poweruser55 ,
To my knowledge, there is no option to hide/not hide a line in Line Chart.
Basiclly , we use conditional formatting(set line color to white) or Bookmarks(save a status) to get such the ouput.
But based on my test,both of the two are not available for Line Chart. we could only select a color.
So I your requirement could not be realized currently. An idea similar with what you expect has been submitted in the following link, please vote it up and you can add comments.Hopes Power Bi will implement this in nearby future.
Conditional Formatting Line Chart
Best Regards,
Eyelyn Qin
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
How would I set the color to white for POC for the solid purple line only? @Anonymous
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.