Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance 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"
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
27 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |