Forum Discussion

curr00's avatar
curr00
New Member
1 year ago

Diferencia de %

Se crea un medidor y con ese medido arroja 3 diferentes resultados y solo sucede en un solo mes.

5 Replies

  • Hi curr00  - can you please share the sample data by removing the sensitive information with expected output and also share the DAX formula for the measure or describe the data model structure to help narrow down the cause of the discrepancies.

     

    It helps to analyze.

    • curr00's avatar
      curr00
      New Member

      0. Formula DAX

       

      1.Este calculo es el correcto

       

      2. Cálculo incorrecto e incongruente en otro objeto visual, con la misma medida

       

      3. Cálculo incorrecto e incongruente en otro objeto visual, con la misma medida

       

       

      • Anonymous's avatar
        Anonymous
        Not applicable

        Hi curr00 ,

        You only provided a screenshot of your visual creation result, which may not be helpful for us to understand your problem. We hope that you can provide your data model (sample data in each table, the relationship between tables, etc.) and the DAX you use, which will help us test and find a solution. Thank you!

        Best Regards,
        Dino Tao

  • To resolve the percentage discrepancy for one month in Power BI:

    1. Check Formula: Ensure % Margen Neto = DIVIDE(CALCULATE([Utilidad Neta]), CALCULATE([Utilidad Bruta])) is consistent.
    2. Inspect Data: Filter the problematic month to check for irregularities in Utilidad Neta or Utilidad Bruta.
    3. Aggregation: Verify correct grouping by time dimensions (e.g., Fecha, Año).
    4. Relationships: Ensure proper relationships in the data model.
    5. Visual Settings: Confirm consistent summarization in visuals.
    • curr00's avatar
      curr00
      New Member

      Aun no queda con esta solución....