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

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more

Reply
User19
Frequent Visitor

dynamic exchange rate

Hi,

 

I am looking to create a Calculated Column in Power BI Embedded, that will have values in currency user has selected as his base currency in appliacation.

 

So, I have created a UserCurrency which is measure

UserCurrency= LOOKUPVALUE(User[BaseCurrency],Users[UserId], USERNAME())

 

and calculated column like this which will fetch UnitValue from Exchange rate table based on User Currency.

ValueInBase = LOOKUPVALUE(ExchangeRate[UnitValue], ExchangeRate[Currency],[UserCurrency]) * Order[Value]

 

 

 

But it shows error that "Function 'LOOKUPVALUE' is not allowed as part of calculated column DAX expressions on DirectQuery models."

 

Please help.

 

Thanks!

5 REPLIES 5
Anonymous
Not applicable

Hi @User19,

 

In direct query mode there are some limitation to directly calculate the result value. Perhaps you can try to use import mode or calculate the result at query editor.(But I haven't found usename functions in power query)

 

Reference link:

DAX Formula Compatibility in DirectQuery Mode (SSAS 2016)

 

Regards,

Xiaoxin Sheng

@AnonymousThanks. However import is not an option.

Baskar
Resident Rockstar
Resident Rockstar

Yes i agree with @dkay84_PowerBI his point. 

 

but am not sure all the DAX function is supporting in Direct Query mode.because have some restriction in Direct Query mode.

 

Look the microsoft documentation in Power BI Site.

dkay84_PowerBI
Microsoft Employee
Microsoft Employee

DirectQuery limits the extent of DAX functions you can use by default. Advanced users can choose to bypass this limitation by selecting File > Options and then Settings > Options > DirectQuery, then selecting the option "Allow unrestricted measures in DirectQuery mode". When that option is selected, any DAX expression that is valid for a measure can be used. Users must be aware, however, that some expressions that perform very well when the data is imported may result in very slow queries to the backend source when in DirectQuery mode

Thanks for your reply. I do have this enabled.

 

Is there any other way? Bascially I want dynamic value (calcualted based on exchnage rate ) for user (USERNAME()) to be applied.

Helpful resources

Announcements
Power BI DataViz World Championships

Power BI Dataviz World Championships

The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!

December 2025 Power BI Update Carousel

Power BI Monthly Update - December 2025

Check out the December 2025 Power BI Holiday Recap!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.