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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hello, I need to add the values that are marked in the column to the side. The column "New Bimonthly Customers" derives from a measure created:
Solved! Go to Solution.
Hi Diego
Not sure if I fully understand but you may try this
Valor Clientes Bimestrais =
SUMX (
VALUES ( SBOPRODMS[Nome do PN] ),
IF ( [Novos Clientes Bimestrais] = 1, [Valor NET | NF] )
)
Hi Diego
Not sure if I fully understand but you may try this
Valor Clientes Bimestrais =
SUMX (
VALUES ( SBOPRODMS[Nome do PN] ),
IF ( [Novos Clientes Bimestrais] = 1, [Valor NET | NF] )
)
Perfect. Is correct !! I will use the same for New Semiannual Customers.
I was wrong when using the Bimonthly New Customers measure within SUMX. It was giving placeholder error.
I have another question, but I'll open it in another message here on the forum. Thank you one more time.
Add up according to the clients that are marked as bimonthly. Sorry, I use google translate
| User | Count |
|---|---|
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 3 |
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 8 | |
| 8 | |
| 7 |