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 Folks,
My requirement is I want to display the total sales happed in Bangalore and Chennai in new column. Instead of showing all the location
e.g
Location Sales
Bangalore 1000
Chennai 200
Noida 400
Pune 100
Solved! Go to Solution.
@Sampathkumar_v , Ideally you should use a measure
calculate(sum(Table[Sales]), filter(Table, Table[Location] in {"Bangalore","Chennai"} ))
or new column
calculate(sum(Table[Sales]), filter(Table, Table[Location] in {"Bangalore","Chennai"} ))
@Sampathkumar_v , Ideally you should use a measure
calculate(sum(Table[Sales]), filter(Table, Table[Location] in {"Bangalore","Chennai"} ))
or new column
calculate(sum(Table[Sales]), filter(Table, Table[Location] in {"Bangalore","Chennai"} ))
User | Count |
---|---|
65 | |
60 | |
55 | |
54 | |
31 |
User | Count |
---|---|
180 | |
88 | |
70 | |
46 | |
46 |