Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
hi folks
need help with formula
i have inventory transaction table (income-outcome)
and in aas use
thank you in advance
Hi @antonio_wurth ,
Here are the steps you can follow:
1. Create calculated table.
Table 2 =
DISTINCT('Table'[Month])
2. Create measure.
Measure =
var _select=SELECTCOLUMNS('Table 2',"test",[Month])
RETURN
IF(
ISINSCOPE('Table'[Year]),SUM([inventory,pcs]),SUMX(FILTER(ALL('Table'),'Table'[Month] in _select),[inventory,pcs]))
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly
hi folks
need help with formula
i have inventory transaction table (income-outcome)
and in aas use
thank you in advance
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
19 | |
12 | |
10 | |
9 | |
9 |
User | Count |
---|---|
17 | |
14 | |
12 | |
10 | |
9 |