Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreShape the future of the Fabric Community! Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions. Take survey.
Hola chicos, necesito de su ayuda.
Tengo una duda quiero sumar mi columna PSS pero con la condición que la columna CLOSED DATE fuera mayor igual al inicio del mes o que sea Blanco, pero cuando lo quiero filtrar por Año y mes no aparece nada, de hecho cuando filtro no aparece nada y no sé porque, no sé si es porque la relación es secundaria
Esta es mi medida
SUMA_PSS = CALCULATE(
SUM(CAR_DETAILS[PSS]),
USERELATIONSHIP(CAR_DETAILS[CLOSED DATE],Calendario[Date]),
FILTER(
CAR_DETAILS,
CAR_DETAILS[CLOSED DATE]>=MIN(Calendario[Date]) || CAR_DETAILS[CLOSED DATE]=BLANK()
)
)
Aqui les comparto mi archivo: https://www.dropbox.com/s/4tw2c3wsyfobmts/DEPARTAMENTOS.pbix?dl=0
Solved! Go to Solution.
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Copying DAX from this post? Click here for a hack to quickly replace it with your own table names
Has this post solved your problem? Please Accept as Solution so that others can find it quickly and to let the community know your problem has been solved.
If you found this post helpful, please give Kudos C
I work as a Microsoft trainer and consultant, specialising in Power BI and Power Query.
www.excelwithallison.com
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
User | Count |
---|---|
92 | |
91 | |
84 | |
81 | |
49 |
User | Count |
---|---|
146 | |
137 | |
109 | |
68 | |
55 |