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!
Saludos, estoy comenzando con esto de power BI y necesito ayuda en algo, tengo estas tres columnas (dejo la tabla de ejemplo en la respuesta ya que el foro no me permite publicar con la tabla por alguna razon)
Y mas datos presentados de la misma manera, el origen de la tabla me descarga los datos de las columnas Descripciòn 1 y Descripciòn 2 en la columna Saldo Actual, me gustaria saber si hay alguna forma de separar los valores de que están en Saldo Actual, según la descripción a la que pertenecen
Solved! Go to Solution.
Hi @Kevin-Barrios
If you want to separate specific data from columns, you can do so using Power Query:
In Power Query, select Split Column in Transform
Select By Positions, this option automatically generates numbers for splitting, and you can change them yourself
Finally, select use first row as headers
Best Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Kevin-Barrios
If you want to separate specific data from columns, you can do so using Power Query:
In Power Query, select Split Column in Transform
Select By Positions, this option automatically generates numbers for splitting, and you can change them yourself
Finally, select use first row as headers
Best Regards,
Nono Chen
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
| Descripciòn 1 | Descripciòn 2 | Saldo Actual |
| Banco Mercantil | 1502.8 | |
| Banco Provincial | 43356.79 | |
| Banco Venezuela | 124.33 | |
| Bicentenario | 5656.7 | |
| Total Bancos | 50640.62 | |
| User | Count |
|---|---|
| 51 | |
| 38 | |
| 33 | |
| 22 | |
| 19 |
| User | Count |
|---|---|
| 136 | |
| 102 | |
| 59 | |
| 36 | |
| 35 |