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

Did you hear? There's a new SQL AI Developer certification (DP-800). Start preparing now and be one of the first to get certified. Register now

Reply
AtchayaP
Helper V
Helper V

Powerbi

16558188158377193486351793158239.jpg

  I want to know dax syntax for calculating job range in PowerBI .  I have highlighted the column that is the answer should I need in PowerBI   @Vijay_A_Verma 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @AtchayaP ,

 

It's the Power Query forum, we use the M language instead of the DAX language in the Power Query Editor.

They are different, you can refer to Differences between the M Language and DAX in Power BI.

The screenshot you provided is in the Power Query editor.

You can add the conditional column as

vstephenmsft_0-1656060022110.png

Here's the result.

vstephenmsft_1-1656060029450.png

You can go to the advanced editor to check you codes.

vstephenmsft_2-1656060079124.png

 

 

 

 

Best Regards,

Stephen Tao

 

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
Vijay_A_Verma
Most Valuable Professional
Most Valuable Professional

Use below DAX. Replace Range with your result column name and Years with your input column name

Range = 
SWITCH(TRUE(),
    [Years]>5,"5 years",
    [Years]>3,"3-5 years",
    [Years]>1,"1-3 years",
    "<1 year"
)

 

 Will this works,?

16558371403178707908006668186569.jpg

 

Anonymous
Not applicable

Hi @AtchayaP ,

 

It's the Power Query forum, we use the M language instead of the DAX language in the Power Query Editor.

They are different, you can refer to Differences between the M Language and DAX in Power BI.

The screenshot you provided is in the Power Query editor.

You can add the conditional column as

vstephenmsft_0-1656060022110.png

Here's the result.

vstephenmsft_1-1656060029450.png

You can go to the advanced editor to check you codes.

vstephenmsft_2-1656060079124.png

 

 

 

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.