The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hey, everybody,
I need some advice on the visual side. It is about visualization of production data - pressing. The behavior of the visualization is according to the state in the _State column:
_State 3: displaying the value of _IdHopper in a black box white font and added the label from the _Workplace column.
_State 5: flashing green field with red _IdHopper value
Example gif where the target state should be shown as well as the sample data.
Thank you very much for your help
Post edit: I have Power BI Premium Per User
Solved! Go to Solution.
Hi @PCIPowerBIAdmin ,
Check if this can help you on creating the blink effect.
https://www.youtube.com/watch?v=QZJEtnY8wrM
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português
The first four squares can be created using the native cards. For the flashing ones you can use a measure that generates an SVG image and use the table or matrix viz. Ensure to categorize the measure as Image URL. Attached is a sample pbix with such a measure generated with the help of AI.
The first four squares can be created using the native cards. For the flashing ones you can use a measure that generates an SVG image and use the table or matrix viz. Ensure to categorize the measure as Image URL. Attached is a sample pbix with such a measure generated with the help of AI.
Hello Danextian,
Perfect work, thank you very much 🙂
Hi @PCIPowerBIAdmin ,
Check if this can help you on creating the blink effect.
https://www.youtube.com/watch?v=QZJEtnY8wrM
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHello MFelix,
Thanky very much for the tip 🙂