Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowThe Power BI DataViz World Championships are on! With four chances to enter, you could win a spot in the LIVE Grand Finale in Las Vegas. Show off your skills.
Hola a todos necesito de su apoyo, tengo que hacer la categorizacion de una boleta, la cual puede traer varios productos que pueden ser de diferentes categorias, como por ejemplo farma, bycp, wellnes.
Lo que necesito es que por ejemplo si un un boleta solo se vendio farma me diga farma, si compro farma y bycp diga mixto. Saben que formula se necesita para hacer eso?
Solved! Go to Solution.
@Syndicate_Admin , Crear una nueva columna como
Nueva columna =
var _cnt = calculate(distinctCOUNT(Table[Category_COMERCIAL]), filter(Table, [ORDEN] =earlier([ORDEN]) ))
devolución
if(_cnt =1, [Category_COMERCIAL], "Mixto")
@Syndicate_Admin , Crear una nueva columna como
Nueva columna =
var _cnt = calculate(distinctCOUNT(Table[Category_COMERCIAL]), filter(Table, [ORDEN] =earlier([ORDEN]) ))
devolución
if(_cnt =1, [Category_COMERCIAL], "Mixto")
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the February 2025 Power BI update to learn about new features.