Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Buenas tardes, quiero generar algo similar en Power BI
hi @cbanda
Not sure if fullly get you, supposing you have a datatable like:
Product | Day | Profit |
A | 1 | 1 |
A | 2 | -1 |
B | 1 | 1 |
B | 2 | -5 |
try to plot a Matrix Visual with Product, Day columns with a measure like:
measure =
IF(
SUM(TableName[Profit])>=0,
UNICHAR(10004),UNICHAR(10006)
)
it worked like:
maybe this is closer to your preference:
Gracias, me distes una pista y sobre todo la función ha aplicar
User | Count |
---|---|
12 | |
11 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
14 | |
10 | |
7 |