The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi there,
Can someone help with converting string to value.
string type is something like "AD1700000000000BC0081460"
I need it to convert it to number in order to get the count of each row.
Cheers,
Solved! Go to Solution.
try to add a custom column in PQ
=Text.Select([Column1],{"0".."9"})
Proud to be a Super User!
so your purpose is to count rows? why not just use COUNTROWS function?
Proud to be a Super User!
Thanks for your response @ryan_mayu
I need it as a calculated column & then use it in a measure to show the total in bar cluster chart.
try to add a custom column in PQ
=Text.Select([Column1],{"0".."9"})
Proud to be a Super User!
Thanks It works well !!
you are welcome
Proud to be a Super User!
User | Count |
---|---|
86 | |
84 | |
36 | |
34 | |
34 |
User | Count |
---|---|
93 | |
79 | |
66 | |
55 | |
52 |