Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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 |
---|---|
16 | |
13 | |
12 | |
11 | |
11 |
User | Count |
---|---|
19 | |
14 | |
14 | |
11 | |
9 |