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 August 31st. Request your voucher.
hi,
I need to get the sale of the area, using Id Department.
For Example, If filter by Area Metro, result should be $ 10,000.
Thank a lot.
Solved! Go to Solution.
Hi @Joshua_
try measure
= calculate(SUM('Sales Table'[Sales]); Filter(ALL('Sales Table');'Sales Table'[ID]=SELECTEDVALUE([ID_Area]))
do not hesitate to give a kudo to useful posts and mark solutions as solution
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
11 | |
7 |