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!
Hi,
I need to aggregate rows if they have same obj_kod and date.
For example I have this table:
Two rows has same name zmN_var and date (custom123). Is it possible to agreggate this lines somehow to get that will be one row of two marked rows with sum A_VISO. Result should be 11 rows.
| User | Count |
|---|---|
| 53 | |
| 41 | |
| 31 | |
| 26 | |
| 24 |
| User | Count |
|---|---|
| 134 | |
| 111 | |
| 57 | |
| 44 | |
| 37 |