The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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])
User | Count |
---|---|
15 | |
13 | |
8 | |
6 | |
6 |
User | Count |
---|---|
24 | |
19 | |
12 | |
9 | |
7 |