Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Facts:
I have this table in which 'See below' rows (marked in yellow) should see the sum of values which are under see below in that group. For example, for first group the sum is 37,534,098,814 (18,343,557,949 + 19,034,919,257 + 155,621,608).
Record check is a calculated measure.
Problem:
'See below' rows (marked in yellow) should sum only the rows where the record check is 1. For example, the sum should be 19,190,540,865 (19,034,919,257 + 155,621,608).
Please help... I am stuck from last 2 days on it... @Greg_Deckler
@b_inder
Record Check 1 =
CALCULATE (
SUM ( 'Table'[Estimated Value] ),
FILTER ( 'Table', 'Table'[Record Check] = 1 )
)
##################################
@b_inder THANK YOU!!
Hi, thank you for your reply... But may I know which column is 'sub' in the bench measure calculation?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
23 | |
10 | |
10 | |
9 | |
7 |