Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I´m new on DAX and using the DAX Studio I got this to return the right value, what I need is to adjust it to always last month and the result in %, both of those are currency colunms. Thanks so far!
/* START QUERY BUILDER */
EVALUATE
CALCULATETABLE(
ROW(
"ValorNominal for INVESTIMENTOS divided by ValorNota", [ValorNominal for INVESTIMENTOS divided by ValorNota]
),
KEEPFILTERS( FILTER( ALL( Calendario[Date] ), Calendario[Date] >= DATE(2022,8,1) && Calendario[Date] <= DATE(2022,8,31) ))
)
/* END QUERY BUILDER */
Hi @Aucesar
Thanks for reaching out to us.
>> what I need is to adjust it to always last month and the result in %, both of those are currency colunms.
It is not enough to provide correct solutions based on measurement alone. Can you share some data and expected results? thank you
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @v-xiaotang , sure:
Expectated results: A percentage value between two colunms based on last month, let me share some data:
Table1
Date (Filtered last month) Profit
01/Sep $10,00
02/Sep $20,00
03/Sep (so on)... $30,00
Table2
Date (filtered last month) Expenses (Filtered by investiments)
01/Sep $3,00
02/Sep $4,00
03/Sep (so on)... $5,00
Expected result:
Profit total = $60,00
Investments = $12,00
Result = 12 / 60 = 0.2 converted to percentage = 20%
What I need is to filter date, sum Table1 value (filtered date), sum table2 (filtered date AND by Investiments) and in the end divide one by another to get a percentage.
Please let me know if you need more info, thanks!
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
93 | |
85 | |
84 | |
73 | |
49 |
User | Count |
---|---|
142 | |
133 | |
110 | |
68 | |
55 |