The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
Sólo estoy usando la siguiente fórmula para calcular Rev/Sqft por Catogory por DataMth (mes de datos)
DataMth | ||||
Catoría | 201911 | 201912 | 202001 | 202002 |
A | 705.2295 | 705.2643 | 528.5895 | 448.5803 |
Pero cuando elijo toda catogoría, encontré que todos los datos de columna son los mismos, no filtra por catogoría, ¿se pierde algo en mi fórmula? Muchas gracias.
DataMth | ||||
Catoría | 201911 | 201912 | 202001 | 202002 |
A | 393.8481 | 424.5263 | 373.781 | 337.5545 |
E | 393.8481 | 424.5263 | 373.781 | 337.5545 |
G | 393.8481 | 424.5263 | 373.781 | 337.5545 |
H | 393.8481 | 424.5263 | 373.781 | 337.5545 |
Solved! Go to Solution.
00This_month_R.S = CALCULATE( ('Table'[00Rev]/'Table'[Sqft]), filter(ALLEXCEPT('Table', 'Table'[Catogory]), 'Table'[DataMth]<=max('Table'[DataMth])))
Mover el mes a una mesa separada
Tratar
This_month_R.S á CALCULATE( divide('Table'[00Rev],'Table'[Sqft]),filter(ALLSELECTED('Month'),'Table'[DataMth]<'max('Month'[DataMth])))
O
This_month_R.S- CALCULATE( divide(sum('Table'[00Rev]),sum('Table'[Sqft])),filter(ALLSELECTED('Month'),'Table'[DataMth]<'max('Month'[DataMth])))
Gracias, lo intenté, pero parece que el resultado no es correcto, más pequeño de lo que debería ser.
00This_month_R.S = CALCULATE( ('Table'[00Rev]/'Table'[Sqft]), filter(ALLEXCEPT('Table', 'Table'[Catogory]), 'Table'[DataMth]<=max('Table'[DataMth])))
¡Gracias, funciona!
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
2 | |
1 | |
1 | |
1 | |
1 |