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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
pro_x
Helper I
Helper I

Dax formula

Hi,

 

How can i reference a specific month from new_table column data in this formular:

 

Growth  = divide(sum(table(new_table)),[measure])

 

2 REPLIES 2
harshnathani
Community Champion
Community Champion

Hi @pro_x ,

 

Can you share the expected output and sample data.

 

You can reference the other table using Related function or Lookupvalue Function .

 

https://dax.guide/related/

https://dax.guide/lookupvalue/

 

 


Regards,

Harsh Nathani


Appreciate with a Kudos!! (Click the Thumbs Up Button)

Did I answer your question? Mark my post as a solution!

There are 12 months and each month has a different number under new_table column. I want to be able to calculate a specific month and not the entire new_table column:

 

Please help me with this formula:

 

Growth  = divide(sum(table(new_table)),[measure])

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors