Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
Kindly asking for help.
I want to add (or count) certain columns with reference to a column containing whole numbers (1, 2, 3, 4...). The outcome will be based on a filter (single select from [1, 2, 3, 4...]).
The logic is:
Normally in Excel the formula will be: '=SUMIFS(<Value_to_Add_Column>,<Reference_Column>,"<=" & <Reference_Number>)
For the below screenshot: =SUMIFS($B:$B,$C:$C,"<="&$E2)
Thank you!
Try
Total Amount =
CALCULATE (
SUM ( 'Table'[Amount] ),
'Table'[Group number] <= SELECTEDVALUE ( 'Group table'[Group number] )
)
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.