Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
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.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |