Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Hi!
I created a measure and it doesn't work completely. Can you help me solve it?
I copy the measure below the image.
Thanks for your help.
Best regards, Guillermo.-
Incentivo = VAR _ObjetivoVentas = RELATED(Tabla_Agentes[Objetivo_Venta_1]) VAR _ObjetivoCobranza = RELATED(Tabla_Agentes[Objetivo_%_Cobranza]) VAR _PorcCobCta1 = DIVIDE('L 1613'[PorCobCuo1], _ObjetivoCobranza) VAR _PorcVenta = DIVIDE(Totales[Total Vendidas], _ObjetivoVentas) RETURN IF( _PorcCobCta1 >= 1 && _PorcVenta >= 1, IF( _PorcCobCta1 >= 1 &&_PorcVenta >= 1.2 , RELATED(Tabla_DIM_Incentivos[Incentivo_2]), RELATED(Tabla_DIM_Incentivos[Incentivo_1]) ) ) |
Hi @GuilleLus
Could you please provide more raw data in your tables (exclude sensitive data) with Text format and your expected result with backend logic and special examples? It would be helpful to find out the solution. You can refer the following links to share the required info:
How to provide sample data in the Power BI Forum
How to Get Your Question Answered Quickly
And It is better if you can share a simplified pbix file. You can refer the following link to upload the file to the community. Thank you.
How to upload PBI in Community
Best Regards
Zhengdong Xu
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
14 | |
10 | |
9 | |
9 |
User | Count |
---|---|
15 | |
12 | |
12 | |
11 | |
11 |