Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
I have a large column which I want to SUM, but only want to SUM those rows with values above 6.01
Please??
Hi,
The simple measure can be
Measure = calculate(sum(Data[Total XS Leave weeks]),Data[Total XS Leave weeks]>6)
Hope this helps.
Hi @CharnanK ,
Please try this:
=
CALCULATE (
SUM ( 'table'[column] ),
FILTER ( 'table', 'table'[column] > 6.01 )
)
If this not what you're looking for, please elaborate your use case, provide a sample data (not an image) and your expected result. This sticky post should serve as a guide: https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/td-p/144...
Proud to be a Super User!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
119 | |
83 | |
47 | |
42 | |
33 |
User | Count |
---|---|
190 | |
79 | |
72 | |
52 | |
46 |