How to return the UPPER of a column?
Solved! Go to Solution.
As I suggested on StackOverflow:
SELECTCOLUMNS (
SUMMARIZECOLUMNS ( 'Table'[Name] ),
"NAME", UPPER ( 'Table'[Name] )
)
As I suggested on StackOverflow:
SELECTCOLUMNS (
SUMMARIZECOLUMNS ( 'Table'[Name] ),
"NAME", UPPER ( 'Table'[Name] )
)
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Mark your calendars and join us on Thursday, June 30 at 11a PDT for a great session with Ted Pattison!
User | Count |
---|---|
179 | |
67 | |
65 | |
57 | |
55 |
User | Count |
---|---|
184 | |
103 | |
89 | |
75 | |
72 |