Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
How can i reference a specific month from new_table column data in this formular:
Growth = divide(sum(table(new_table)),[measure])
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/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])