The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 |
---|---|
26 | |
10 | |
8 | |
6 | |
6 |
User | Count |
---|---|
31 | |
11 | |
10 | |
10 | |
9 |