The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hola, necesito ayuda con esto:
A partir de la tabla que se incluye en el archivo adjunto, calculo las siguientes 3 medidas:
1) Población total = SUMA( 'Singapore_Salary_Range'[Población] )
2) Cumulative_population =
CALCULAR(
Expresión
SUMA(Singapore_Salary_Range[población]),
filtro
FILTRO(
tabla o expresion que retorna una tabla
TODOS(Singapore_Salary_Range),
Singapore_Salary_Range[Rango salarial (desde)]<=MAX(Singapore_Salary_Range[Rango salarial (desde)])
)
)
3) Población acumulada (%) =
DIVIDIR(
numerdor
[Cumulative_population],
denominador
[Población total]
)
La medida número 3 da el siguiente error: "Dependencia circular detectada".
¿Cómo puedo realizar este cálculo sin obtener un error?
Archivo POWER BI adjunto
https://drive.google.com/file/d/13pIdCP_0kDA3N5jwC9IzEht8P4q5EZOa/view?usp=sharing
Gracias
Por favor, pruebe esto