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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Dear, I have created a new table (float error) from the chemical table. However I need to create 1 column with the Cu (%) data of the chemical table, but with a condition, Sample Type = CAB
Best regards
Violet
Chemistry
Float error
Solved! Go to Solution.
Hi @Syndicate_Admin ,
Here are the steps you can follow:
1. Create calculated column.
Cu% CAB =
SUMX(FILTER(ALL('Table'),'Table'[ID Muestra]=EARLIER('Table2'[ID Muestra])&&'Table'[Tipo Muestra]="CAB"),[Cu(%)])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Hi @Syndicate_Admin ,
Here are the steps you can follow:
1. Create calculated column.
Cu% CAB =
SUMX(FILTER(ALL('Table'),'Table'[ID Muestra]=EARLIER('Table2'[ID Muestra])&&'Table'[Tipo Muestra]="CAB"),[Cu(%)])
2. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
Most obvious solution is to include the columns you want to reference in your calculated table. If this, for some reason, is not desirable, you are left with to option.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 103 | |
| 81 | |
| 66 | |
| 50 | |
| 45 |