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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Nice day
I'm doing some formulas in DAX to get the divison if some values, but I've been trying to add up all the values of the divisions
I would like in the "Measure 3" column to add up all the records, but I don't know how to do it. The measure I'm making is as follows
Medida 3 =
/*Variables para seleccionar el idiona*/
VAR Seleccion = SELECTEDVALUE(IDIOMAS[Idioma])
var Percentage_ALLSELECTED =
DIVIDE (
[Medida 2],SELECTEDVALUE(Industrial_Latam[Promedio Ponderado])
)
return Percentage_ALLSELECTEDWould anyone know how to modify this measurement so that I get back the total sum of all the results?
Thanks a lot
@Syndicate_Admin , Create a measure by adding visual column in summarize
Sumx(Summarize(Table, Table[COl1]), [Medida 3])
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 130 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |