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.
Buen día equipo PBI
Quiero hacer lo siguiente:
En una columna calculada llamada subtotal de rotación por sublínea, quiero calcular precisamente eso, que me traiga para cada fila en la sublínea, el total de la rotación mensual promedio en n meses
Agradezco su valiosa ayuda
Solved! Go to Solution.
Hi,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
It is for creating a new column.
Expected result CC =
SUMX (
FILTER ( Data, Data[Category] = EARLIER ( Data[Category] ) ),
Data[Value]
)
Hi,
I am not sure if I understood your question correctly, but I tried to create a sample pbix file like below.
Please check the below picture and the attached pbix file.
It is for creating a new column.
Expected result CC =
SUMX (
FILTER ( Data, Data[Category] = EARLIER ( Data[Category] ) ),
Data[Value]
)
User | Count |
---|---|
12 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
24 | |
14 | |
13 | |
9 | |
7 |