The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Buenas tardes, Tengo una medida que me calcula un factor de conversión
Obs: el error se ve en Gja Don Ignacio con CNVS 0.80. Sin embargo el de arriba parece estar correcto.
Necesito que me salga el valor por granja.
Desde ya gracias
Hi, @Chris03_
You can do this by modifying the calculations to aggregate the components of the measure at the farm level before performing the division
CNVS_Farm =
DIVIDE(
SUMX(ALLSELECTED(Farm[Shed]), [Kg feed]) * SUMX(ALLSELECTED(Farm[Shed]), [%Part]),
SUMX(ALLSELECTED(Farm), [Sum Weight T]),
0
)
If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data)
How to Get Your Question Answered Quickly
Best Regards
Yongkang Hua
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
25 | |
12 | |
8 | |
8 | |
7 |
User | Count |
---|---|
27 | |
12 | |
12 | |
12 | |
6 |