Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Be one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now

Reply
afaro
Helper III
Helper III

How to calculate sum of visible rows in this situation?

ProductSalesCategoryCoefficient
P1100Food0.2
P250Leisure0.4
P3200Food0.2
P4300Leisure0.4
P5400Leisure0.4

 

I have a table like this and I create measures like these: 

EligibleCategory = IF(MAX(Table[Category]) IN {"Leisure"}, "YES", "NO")

EligibleSales = IF(0.5*SUM(Table[Sales]) >= 50, "YES", "NO")
Taxes = IF(EligibleSales = "YES" && EligibleCategory = "YES", MAX(Table[Coefficient]) * SUM(Table[Sales]), 0)

With these measures, I should get something like this: 

ProductSalesCategoryCoefficientEligibleCategoryEligibleSalesTaxes
P1100Food0.2NOYES0
P250Leisure0.4YESNO0
P3200Food0.2NOYES0
P4300Leisure0.4YESYES120
P5400Leisure0.4YESYES160
Total950  YESYES280


Most importantly, I want to know how to write my measures in a way that the total comes out to be 280 (sum of visible rows) instead of computing the measures on the aggregate result and giving the wrong total. 

1 ACCEPTED SOLUTION
lbendlin
Super User
Super User

Not sure why you would need measures for this, but here goes

 

lbendlin_0-1728395607120.png

 

 

View solution in original post

1 REPLY 1
lbendlin
Super User
Super User

Not sure why you would need measures for this, but here goes

 

lbendlin_0-1728395607120.png

 

 

Helpful resources

Announcements
Las Vegas 2025

Join us at the Microsoft Fabric Community Conference

March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!

Dec Fabric Community Survey

We want your feedback!

Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.

ArunFabCon

Microsoft Fabric Community Conference 2025

Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.

December 2024

A Year in Review - December 2024

Find out what content was popular in the Fabric community during 2024.