Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!View all the Fabric Data Days sessions on demand. View schedule
Hi all,
Im pretty new on power bi tool, so i think my issue is quiet simple, let me explain out my scenario:
I have the next 2 tables:
Table 1 (MatrizDatosTotal)
Table 2 (LimitesDivisionEmpresa)
Now , relations are in the following way
I have the next measure inside my first table for sumarize:
Calculo Total 2 = IF(
HASONEFILTER(MatrizFinal[TipoOperacion]),
ROUND(SUM(MatrizFinal[Importe]) ,1),
ROUND((CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="DEUDA TOTAL")) - CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="Caja Total"))) ,1) + ROUND((CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="Factoraje")) + CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="Plazo Ampliado")) + CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="Venta de Cartera"))) ,1)
+ ROUND((CALCULATE(SUM(MatrizFinal[Importe]),FILTER(MatrizFinal,[TipoOperacion]="Comercializadora"))) ,1)
)
And Show the "Matrix" table with the next configuration:
Next, i used a new measure for the Chart in the same Table 1:
Calculo Total = IF(
HASONEFILTER(MatrizDatosTotal[TipoOperacion]),
ROUND(SUM(MatrizDatosTotal[Importe]) ,1),
ROUND((CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="DEUDA TOTAL")) - CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="Caja Total"))) ,1) + ROUND((CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="Factoraje")) + CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="Plazo Ampliado")) + CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="Venta de Cartera"))) ,1)
+ ROUND((CALCULATE(SUM(MatrizDatosTotal[Importe]),FILTER(MatrizDatosTotal,[TipoOperacion]="Comercializadora"))) ,1)
)
The result of this new measure is contained into the next chart:
With the next configuration:
At this point all good, but we need in the last chart display the limits for the Company's Division into the same chart above.
So the Table 2 (LimitesDivisionEmpresa) contains the limits for company's division and currency, and just need to display the Amount of that limit into lines like the following :
In some divisions have one limit, and for others have 2 or more. I can't achieve this, and i dont know how to get this out .. can you help me ?
Thanks in advance.
Regards.
Alfredo Melo
Hi @alfredomelo ,
Does Constant Line in Analytics pane meet your reuqirement? BTW, I created a sample for your reference, Please refer to the attachment.
Hi @v-frfei-msft,
The problem is that i have a Table (table 2) with variable limits for each company, so i need to show different limits depending which company its filtering.
Thank you for your response, I appreciate your help
Alfredo.
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!