Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Ok. Then I guess you could do conditions in a dax column, ie.
Hilight = if( [No.] in {3,5}, 1, 0)
Then use that Hilight column in your Conditional Formatting settings.
Is there a pattern for this? Ie. every odd No. excluding 1, make it bold?
No, there is no pattern. I want the specified line to be a thick character.
Ok. Then I guess you could do conditions in a dax column, ie.
Hilight = if( [No.] in {3,5}, 1, 0)
Then use that Hilight column in your Conditional Formatting settings.
thank you! Try it. It was very helpful.