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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Jimesh_Makwana
New Member

Unable to add icon or symbol base on formula on table

Hi,

 

I create table on power bi, i want to add formula as below to column, Based on on output it will show symbol if criteria is match.

 

Formula - =IF(AND(K81=100%,Y81=100%,U81=100%),1,0)

Jimesh_Makwana_0-1713249004576.png

 

2 ACCEPTED SOLUTIONS
ryan_mayu
Super User
Super User

pls check if this is helpful

https://learn.microsoft.com/en-au/power-bi/create-reports/desktop-conditional-table-formatting?wt.mc...





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

v-jianpeng-msft
Community Support
Community Support

Thanks @ryan_mayu 

Hi, @Jimesh_Makwana 

Has your current problem been solved? You can find the decimal code corresponding to your flag on the Internet, e.g. 128681 corresponds to:

vjianpengmsft_0-1713750794022.png

Then use the UNICHAR function provided by Power BI:

flag = IF([Sales amount]>=200,UNICHAR(128681))

Here are the results:

vjianpengmsft_1-1713751009848.png

If you are not familiar with this function, then you can click on the link below to learn it:

UNICHAR function (DAX) - DAX | Microsoft Learn

UNICHAR - DAX Guide

DAX UNICHAR Function in Power BI - Excelerator BI

 

 

 

How to Get Your Question Answered Quickly

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

View solution in original post

2 REPLIES 2
v-jianpeng-msft
Community Support
Community Support

Thanks @ryan_mayu 

Hi, @Jimesh_Makwana 

Has your current problem been solved? You can find the decimal code corresponding to your flag on the Internet, e.g. 128681 corresponds to:

vjianpengmsft_0-1713750794022.png

Then use the UNICHAR function provided by Power BI:

flag = IF([Sales amount]>=200,UNICHAR(128681))

Here are the results:

vjianpengmsft_1-1713751009848.png

If you are not familiar with this function, then you can click on the link below to learn it:

UNICHAR function (DAX) - DAX | Microsoft Learn

UNICHAR - DAX Guide

DAX UNICHAR Function in Power BI - Excelerator BI

 

 

 

How to Get Your Question Answered Quickly

If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

Best Regards

Jianpeng Li

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

 

ryan_mayu
Super User
Super User

pls check if this is helpful

https://learn.microsoft.com/en-au/power-bi/create-reports/desktop-conditional-table-formatting?wt.mc...





Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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