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
Anonymous
Not applicable

Cumulative view in Custom column

Hi all,

 

I wanted to know if there's a way to show cumulative values via"Custom column" not DAX.

 

I later have to unpivot the columns, hence DAX is of no use here.

 

Thank you.

 

Best Regards,

Adarsh 

1 ACCEPTED SOLUTION

HI @Anonymous,

If you want to analyze records across multiple date fields, you can take a look at the following link(Greg shared some common scenarios) 'start date', 'end date' part if it helps:

Before You Post, Read This 
Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

View solution in original post

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , a new column using something like this

sumx(filter(Table, Table[index] <=earlier(Table[index])), Table[Value])

 

index or incremental date or datetime

Anonymous
Not applicable

Thanks, Amit!

I've been really struggling to build the following view:

2021-04-27_13h31_17.png

I've two columns:

1. Confirmed date

2. Completed date

 

a. I want to show the count of dates per week(here the month would also do) for the confirmed date. - Grey Line

b. Cumulative of confirmed date (Dotted green) & Cumulative of completed date (Green)

c. We can ignore the blue line

 

Exel table is in the below format:

2021-04-27_19h20_16.png

 

Any help is much appreciated. 

 

Thank you

 

HI @Anonymous,

If you want to analyze records across multiple date fields, you can take a look at the following link(Greg shared some common scenarios) 'start date', 'end date' part if it helps:

Before You Post, Read This 
Regards,

Xiaoxin Sheng

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
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.