Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
putnamsam
New Member

Q&A - is it possible to rename the columns in the statement simlar to SQL?

For example, Distinct count of User IDs as Users. 

2 REPLIES 2
ALeef
Advocate III
Advocate III

I *think* what you are trying to do is create a Measure of distinct users, not actually rename a column.  Please correct me if I am mistaken.

 

You can rename columns using SQL in your query, using the edit queries button on the ribbon.

 

You can create a measure by right clicking on a table and "create measure" - in this case it would be:

 

Users = DISTINCT(COUNTA('mytable'[UserID])) or something close.

 

Not at work, so dont have my powerbi install to check syntax.

Greg_Deckler
Super User
Super User

I don't believe that is available in the Service, you have to use Desktop to rename columns. You can do that in the query or the model.


@ me in replies or I'll lose your thread!!!
Instead of a Kudo, please vote for this idea
Become an expert!: Enterprise DNA
External Tools: MSHGQM
YouTube Channel!: Microsoft Hates Greg
Latest book!:
The Definitive Guide to Power Query (M)

DAX is easy, CALCULATE makes DAX hard...

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

Top Solution Authors
Top Kudoed Authors