The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
in power bi desktop go to EDIT QUERIES
in the query editor right click the Fruits colunm and select split colunm
in the menue select split by delimiter
in the pop up select the following Custom from teh drop down
in the box provided enter +
Split at "Each occurrense of the Delimiter
Click Advanced options
select split into Rows
and in Qoute Charated select None
Click Okay and your data source shoult now be as requested
Proud to be a Super User!
in power bi desktop go to EDIT QUERIES
in the query editor right click the Fruits colunm and select split colunm
in the menue select split by delimiter
in the pop up select the following Custom from teh drop down
in the box provided enter +
Split at "Each occurrense of the Delimiter
Click Advanced options
select split into Rows
and in Qoute Charated select None
Click Okay and your data source shoult now be as requested
Proud to be a Super User!
@Anonymous
From the Query Editor, add this custom column, then expand it to new rows
=Text.Split([Fruits Purchase],"+")
User | Count |
---|---|
57 | |
56 | |
52 | |
50 | |
32 |
User | Count |
---|---|
164 | |
87 | |
69 | |
47 | |
45 |