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.
Hello All,
I need help to filter and SUM values in a column. As shown in the attached image.
Is it possible ?
Solved! Go to Solution.
Hi,
Please check the below picture and the attached pbix file.
total measure: =
SUM(fact_data[Column2])
Hi,
Please check the below picture and the attached pbix file.
total measure: =
SUM(fact_data[Column2])