March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Very good days, I want to divide two columns but when checking the division in excel, I identify that power bi did the division wrong
How can I divide these values correctly?
Hi,
data that you're comparing with are different.
Record Articulo | Source | Dispon Value | Rotation | Calculator |
BUJA UNIVERSAL CORTA | Excel on your screen | 13425 | 355 | = 13425 / 355 = 37,8169014084507 |
BUJA UNIVERSAL CORTA | Power BI | 134250 | 352 | = 134250 / 252 = 381,3920454545455 |
Different data = Different results 🙂
Both programs did thier job and gave correct results based on provided data.
Dispon = SUM(Hoja1[Disponibilidad])
Rotation = SUM(Hoja1[Rotación Promedio Mensual])
Share = DIVIDE([Dispon],[Rotation])
Proud to be a Super User!
@bolfri How could I split the non-summarized data as it is splitting me only the grouped correctly
Is that solved your problem or do you need a SUMX calculation (measure that performes row by row and then agregate the result)? I am sorry, but I don't understand the meaning of this columns and their business meaning.
Proud to be a Super User!
Can you put in here like... I don't know 6-7 example rows from you data? You can share it via https://wetransfer.com/
Proud to be a Super User!
Try the following formula on a measure:
% Share =
VAR numerator =
SUM(INVENTARIO.....[Disponibilitad]])
VAR denominator =
[Rotacion Promedio Mensual]
RETURN
DIVIDE ( numerator, denominator )
@themistoklis Is there a way to do it without the need for SUM or SUMX , but to divide the values without grouping them
@themistoklis Hello, thank you very much, for answering it still does not give me what it should give me, that is, what is calculated for me in Excel, it should be the same calculation in Power BI
Hola, podrias mejor generar una columna formulada con la misma expresion y evitarias errores en la medidas
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
129 | |
90 | |
75 | |
58 | |
53 |
User | Count |
---|---|
200 | |
104 | |
101 | |
67 | |
55 |