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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register 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

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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