Forum Discussion
[Design/Visualisation]: Industrial process/ Manufacturing process
Hi guys,
In a industrical context, I want to build a more designed and fun visual that shows the current status of the product in a manufacturing environment. To give some more details:
An extract of the actual visual, not very fun :
I would like to use an alternative, an existing Visual to replace these basic table with icons (Red alert/green alert) that stand for values (0/1) using the conditionnal formatting,
this page is being updated automatically every day to let them know what is the current status of the product.
Thanks in advance
There are a number of KPI visuals available in AppSource. PureViz might give you some inspiration. PureViz Infographic for Power BI
5 Replies
- FowmySuper User
SaaM
You can use the Icon sets under conditional formatting as shown here: https://community.powerbi.com/t5/Desktop/Icon-with-conditional-formatting/td-p/1239550
For a card Visual you can create a measure with
CF Measure = If ( [Measure] = value , "🟢", "🔴" )
You can get these emojis using Windows Key + . in your keyboard. - v-angzheng-msftCommunity Support
May I ask if your problem has been solved? Is the above answer helpful to you?
If so, would you consider sharing relevant solutions and then marking the helpful responses as solutions?
It will help the others in the community find the solution easily if they face the same problem with you. Thank you.