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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
IAM
Helper III
Helper III

Total of rows until date

Hello,

 

I have a list with cable numbers and the day they got installed. I want to see the running total of the number of cable's that are installed.

 

I made a DateDimension, and connected a relation from the datadimension to my progresstool.

 

I've tried different measures, but they are not giving me the desired visual, does anyone know what to do?

 

 

Here is a link to the file:

PowerBIhelp.zip 

 

 

1 ACCEPTED SOLUTION
IAM
Helper III
Helper III

I have it working with measure:

 

 

Measure =
CALCULATE (
    COUNT ( ProgressTool[Cable number] ),
    FILTER (
        ALLSELECTED ( ProgressTool ),
        ProgressTool[Installed - Relation] <= MAX ( DateDimension[DateKey] )
    )
)
 

View solution in original post

2 REPLIES 2
v-yadongf-msft
Community Support
Community Support

Hi @IAM ,

 

I am so glad to hear that your problem has been solved . Please consider Accept it as the solution to help the other members find it more quickly.

 

Best regards,

Yadong Fang

IAM
Helper III
Helper III

I have it working with measure:

 

 

Measure =
CALCULATE (
    COUNT ( ProgressTool[Cable number] ),
    FILTER (
        ALLSELECTED ( ProgressTool ),
        ProgressTool[Installed - Relation] <= MAX ( DateDimension[DateKey] )
    )
)
 

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.