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

Compete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.

Reply
Robbiema
Regular Visitor

Slider filter with USERCULTURE()

I need to filter using USERCULTURE(), I need to have the item of the table for filter , but I need they change by language of user?

If I try to use USERCULTURE(), power bi say me I can't use it in a column!

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hello @Robbiema ,

 

For your first question, the return value of the function USERCULTURE() is fixed in the form of language-country. You want to use the return value of USERCULTURE() to match the user's language. Based on what I have learned so far, this cannot be achieved.

 

For more information on how to use USERCULTURE(), you can check this document

USERCULTURE function (DAX) - DAX | Microsoft Learn

 

For your second question, the function of USERCULTURE() is to dynamically display different date formats or currency units according to the user's region, so USERCULTURE() can only be used in measure.

So if you want to use USERCULTURE(),Please use it in measure.

 

vjialongymsft_0-1701141026791.png

 

 

Best Regards,

Jayleny

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hello @Robbiema ,

 

For your first question, the return value of the function USERCULTURE() is fixed in the form of language-country. You want to use the return value of USERCULTURE() to match the user's language. Based on what I have learned so far, this cannot be achieved.

 

For more information on how to use USERCULTURE(), you can check this document

USERCULTURE function (DAX) - DAX | Microsoft Learn

 

For your second question, the function of USERCULTURE() is to dynamically display different date formats or currency units according to the user's region, so USERCULTURE() can only be used in measure.

So if you want to use USERCULTURE(),Please use it in measure.

 

vjialongymsft_0-1701141026791.png

 

 

Best Regards,

Jayleny

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors