The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi All,
I am trying the below expression in the DAX studio but the function BITRSHIFT is not being resolved. Any suggestions/help are appreciated.
EVALUATE { BITRSHIFT(16, 3) }
Source: https://learn.microsoft.com/en-us/dax/bitrshift-function-dax?WT.mc_id=DP-MVP-4025372
Thanks in advance.
No luck for me, post upgrade of the DAX studio to the latest version.
Hi @RSDONTARAJU
It is working on my side. You probably have to connect to a live PBI file (can be empty), even if the expression won't be using data in the model.
|
Please accept the solution when done and consider giving a thumbs up if posts are helpful. Contact me privately for support with any larger-scale BI needs, tutoring, etc. |
Hi @AIB
I am using SSAS(analysis services) tabular model. I established connection to the SSAS database from DAX studio and executed the below query.
EVALUATE { BITRSHIFT(16, 3) }
But its ending up with the below error.
Hi @RSDONTARAJU ,
According to the error message, it seems the function BITRSHIFT can't be identified in DAX Studio. But it can work well when I test this function in DAX Studio with the version 3.0.5 ... Could you please try to update the version of your DAX Studio to the latest one? Then check if the function BITRSHIFT can work well after updated the version of DAX Studio.
Best Regards
User | Count |
---|---|
25 | |
10 | |
8 | |
7 | |
6 |
User | Count |
---|---|
32 | |
12 | |
10 | |
10 | |
9 |