Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I would like to bold a word [NOT] in the middle of a conditional column, see example below. Is this possible?
Retail Available *** Distributors NOT Available
Solved! Go to Solution.
Hi @Anonymous - I've answered this in your other thread here.
Another possibility (if you want to use the column in a table) is to use a similar technique to that post, but using a site like YayText to get the bold unicode characters for your desired text. Note that this may look weird, as it's not font-specific, but using the Bold (sans) variant might get you close:
The measure that we might use is fairly similar, but just replacing with the copied 'bold' text, e.g.:
Bold_Not_Unicode =
VAR _Value = MIN(DOH_Prod_List[Product Status])
RETURN SUBSTITUTE( _Value, "NOT", "𝗡𝗢𝗧", 1 )
And here it is in a table, e.g.:
Hopefully might give you some ideas.
Regards,
Daniel
Proud to be a Super User!
My course: Introduction to Developing Power BI Visuals
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Anonymous - I've answered this in your other thread here.
Another possibility (if you want to use the column in a table) is to use a similar technique to that post, but using a site like YayText to get the bold unicode characters for your desired text. Note that this may look weird, as it's not font-specific, but using the Bold (sans) variant might get you close:
The measure that we might use is fairly similar, but just replacing with the copied 'bold' text, e.g.:
Bold_Not_Unicode =
VAR _Value = MIN(DOH_Prod_List[Product Status])
RETURN SUBSTITUTE( _Value, "NOT", "𝗡𝗢𝗧", 1 )
And here it is in a table, e.g.:
Hopefully might give you some ideas.
Regards,
Daniel
Proud to be a Super User!
My course: Introduction to Developing Power BI Visuals
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Very COOL worked like a charm!
You can try the Smart Narrative visual
Thanks but this is a column I am pulling into a table visual.
Sorry, there is no way.
You can do it differently, for example, the whole cell in a different style.
User | Count |
---|---|
9 | |
1 | |
1 | |
1 | |
1 |
User | Count |
---|---|
11 | |
3 | |
2 | |
2 | |
2 |