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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
jruskinparks
Regular Visitor

Lastnonblank problem

Hi All.

 

I have a table in my database called UserRights that has a "role" column and a "department" column (among others). I wrote a measure as follows:

LastDepartment = LASTNONBLANK(SELECTCOLUMNS(Filter(UserRights,UserRights[role]<>"Employee"),"Department",UserRights[department]),1)

Now I'm getting an error "The expression refers to multiple columns. Multiple columns cannot be converted to a scalar value."

 

I'm a little confounded by this as this expression worked just fine until the most recent update of PowerBI desktop (no idea what that could have changed). Further, the SelectColumns statement by itself works as a way to define a table.

 

Thanks for any help.

1 ACCEPTED SOLUTION
Greg_Deckler
Super User
Super User

There was an earlier thread around something similar with SELECTCOLUMNS and I believe that it was flagged as a bug. Try searching for it in the forums. It may have been posted to the Ideas or Issues forums as well.

 

Found the threads:

https://community.powerbi.com/t5/Issues/SELECTCOLUMNS-select-only-one-column-doesnt-work-anymore-wit...

https://community.powerbi.com/t5/Issues/DAX-SELECTCOLUMNS-function-works-in-desktop-but-fails-on-web...

 

May not be the same issue, but sounds like there is something up in general with the SELECTCOLUMNS statement recently.


Follow on LinkedIn
@ 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...

View solution in original post

3 REPLIES 3
aviral
Advocate IV
Advocate IV

It took some time for me to realize that the probelm was

being caused by SELECTCOLUMNS() and not LastNonBlank.

 

I found the last month's installer of PowerBI in downloads folder.

Identified it by the last modification date.

Uninstalled the current month's (August-2017) app and

reinstalled the one from last month.  

 

The dataset refreshed successfully. 

 

I think they will have to release an earlier update to fix this. 

 

Just thinking aloud. Is using SELECTCOLUMNS() a bad practice? 

 

I there any other preferable way to get

a list of scalers from a column after filtering it?  

Not sure about a violoation of best practice but you could also consider creating another table in your model and selecting out the columns that you need and removing the others in the query.

 

I've never actually found a reason for using SELECTCOLUMNS as that's sort of what visuals are for in my opinion but I suppose its there for a reason but I would be interested in what the actual use case is.


Follow on LinkedIn
@ 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...
Greg_Deckler
Super User
Super User

There was an earlier thread around something similar with SELECTCOLUMNS and I believe that it was flagged as a bug. Try searching for it in the forums. It may have been posted to the Ideas or Issues forums as well.

 

Found the threads:

https://community.powerbi.com/t5/Issues/SELECTCOLUMNS-select-only-one-column-doesnt-work-anymore-wit...

https://community.powerbi.com/t5/Issues/DAX-SELECTCOLUMNS-function-works-in-desktop-but-fails-on-web...

 

May not be the same issue, but sounds like there is something up in general with the SELECTCOLUMNS statement recently.


Follow on LinkedIn
@ 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
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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