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 August 31st. Request your voucher.
Hi there,
I know if you want a certain value and it's a digit it's as simple as ColumnName = <value>
But what is the function if you want to have a certain string for all rows?
Kind regards,
Igor
Solved! Go to Solution.
Column = "a certain string for all rows"
If column value is number data type then value without quotes (")
ColumnName = value
If column value is text data type then value should be within double quotes( " ")
ColumnName = "value"
Hope this helps.
SS
If column value is number data type then value without quotes (")
ColumnName = value
If column value is text data type then value should be within double quotes( " ")
ColumnName = "value"
Hope this helps.
SS
Oh boy, oops.
Thx!
Column = "a certain string for all rows"
User | Count |
---|---|
77 | |
75 | |
36 | |
31 | |
29 |
User | Count |
---|---|
94 | |
80 | |
55 | |
48 | |
48 |