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,
I have data that has 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])
Hi @pro_x ,
Duplicate Questions to https://community.powerbi.com/t5/DAX-Commands-and-Tips/Dax-formula/m-p/1218162#M19702
Please see this post regarding How to Get Your Question Answered Quickly: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
Can you tell us what is [measure],
Share sample data in text format
along with expectd output.
Regards,
Harsh Nathani
Appreciate with a Kudos!! (Click the Thumbs Up Button)
Did I answer your question? Mark my post as a solution!
Hi, i would like to get the growth rate, I want to use a specific date from Table_2 eg Date 202004, Sales 345
Measure in this case is the total of a different table. I would like to incorporate the specific date from Table_2 into this formula:
I want to calculate percent growth rate using the measure in Table_1 and a specific date from Table_2
Please help me with this formula:
The new formula is:
Growth = divide(sum(table2[Sales]),[measure])