Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi.
I have created a measure that shows which products we have sold or not sold to a customer:
Second:
@Anonymous - Well, you could use conditional formatting along with a UNICHAR character to get the different colors - Unichar Green circle light - Microsoft Power BI Community
Also, 9989 is a green check mark box. Here is the full UNICODE characters list: Basic Latin — ✔️ ❤️ ★ Unicode Character Table (unicode-table.com)
For New Sold you could do a FILTER on the table for dates previous to that day and if the COUNTROWS of that filtered table ISBLANK then it would be new sold.
@Greg_Deckler OK, thanks!
Could you please show me an example of how this can look like in this measure?:
User | Count |
---|---|
10 | |
8 | |
5 | |
5 | |
4 |