Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

How do I make only specific lines of the matrix thick characters

次のように、行列の太い文字の特定の行だけを作成するにはどうすればよいですか?

 

たとえば、添付ファイルの行 3 と 5 行目などです。

 

QA-file.png

1 ACCEPTED SOLUTION

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.

View solution in original post

5 REPLIES 5
Gabriel_Walkman
Continued Contributor
Continued Contributor

Is there a pattern for this? Ie. every odd No. excluding 1, make it bold?

Anonymous
Not applicable

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.

Anonymous
Not applicable

thank you! Try it. It was very helpful.

amitchandak
Super User
Super User

@Anonymous , I doubt any conditional formatting option give for line

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors
Top Kudoed Authors