Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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...
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |