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! Get ahead of the game and start preparing now! Learn more
The date column is split in two rows. Any suggiestions how can I combnine the date number from the first row with the month name from the second row?
Solved! Go to Solution.
Hi,
1. split column after first character from right to identify where you have "-" and where not
2. add an if column, where is "-", column that you have now , where not null
3. on that column filled down to fill null values
4. add column - column you have now&column resulted at step 3
5. delete rows unuseful on initial column like Jan, Feb etc
Best,
Cosmin
Hi,
1. split column after first character from right to identify where you have "-" and where not
2. add an if column, where is "-", column that you have now , where not null
3. on that column filled down to fill null values
4. add column - column you have now&column resulted at step 3
5. delete rows unuseful on initial column like Jan, Feb etc
Best,
Cosmin
Worked like a charm thank you!!
@Petrosfl You could probably create two separate data sources from that - one with "Count" not null and one with "Count" null, index those columns in each data source and then merge.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
Check out the November 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 62 | |
| 46 | |
| 42 | |
| 26 | |
| 18 |
| User | Count |
|---|---|
| 193 | |
| 124 | |
| 101 | |
| 67 | |
| 49 |