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.
Bom dia, pessoal.
Tenho uma base de dados com os seguintes campos: ID_CLIENTE, DATA_COMPRA, VLR_COMPRA, NOM_CATEGORIA.
O campo NOM_CATEGORIA se divide em quatro modalidades: Site, Rappi, Ifood, Whatsapp.
Como posso saber qual o valor de compra realizado pelos meus clientes que utilizaram, ao menos, duas modalidades da NOM_CATEGORIA?
Ex: o cliente que comprou só no Site não pode entrar para o cálculo, mas o cliente que realizou a compra no Site e Whatsapp entrará para o cálculo, assim como o cliente que pode ter comprado em todas as modalidades.
Obs.: Essa informação eu observo a nível de mês
Muito obrigado!
=]
@LuanRamos , Not very clear. Try a measure like (customer having >= 2, NOM_CATEGORIA)
countx(filter(summarize(Table, Table[ID_CLIENT], "_1", distinctcount(Table[NOM_CATEGORIA])),[_1]>=2),[ID_CLIENT])
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
13 | |
11 | |
8 |