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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Does anyone know how I can make bitwise operations?

I would like to check some flags in a column of a table, but it seems that I may not know the Power Query or DAX sintax for this... the SQL code for this would be like: [...] WHERE Flags & (1 << 28) [...].

 

Can anyone help me out with this, please?

1 ACCEPTED SOLUTION
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

I'm not clear about your operation about "<<".

 

Please have a reference of the links below.

 

https://social.technet.microsoft.com/wiki/contents/articles/757.power-bi-dax-operator-reference.aspx

 

https://docs.microsoft.com/en-us/powerquery-m/number-bitwiseand

 

If you need further help, please share some data sample and your desired output so that we can understand your scenario better and get the solution.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

3 REPLIES 3
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous ,

 

Have you solved your problem?

 

If you have solved,could you please share your solution or accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.

 

If you still need help, please feel free to ask.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
v-piga-msft
Resident Rockstar
Resident Rockstar

Hi @Anonymous,

 

I'm not clear about your operation about "<<".

 

Please have a reference of the links below.

 

https://social.technet.microsoft.com/wiki/contents/articles/757.power-bi-dax-operator-reference.aspx

 

https://docs.microsoft.com/en-us/powerquery-m/number-bitwiseand

 

If you need further help, please share some data sample and your desired output so that we can understand your scenario better and get the solution.

 

Best Regards,

Cherry

Community Support Team _ Cherry Gao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

@v-piga-msft thanks for your help! I found an alternative meanwhile, but your documentation refference would have been a viable option too!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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