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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Creating funnel charts from data with different dates

I was recently asked to create a funnel chart for the below scenario:

ToDo Items --> Applications --> Approved --> Funded 

 

There can 1 or more 'ToDo Items' for one application.

Each item has a 'Item Created Date' and each application has a 'App Submitted Date'.

 

Below is the measure I created for 'ToDo Items' but I am unable to create a funnel due different dates being associated with different columns.

 

ToDo Items = CALCULATE([Total Items], FILTER('Table',
'Table'[CreatedDate] >= MIN(dCalender[Date]) && 'Table'[CreatedDate] <= MAX(dCalender[Date])
)) 

 

Also, below is a sample table structure of the data set.

 

 

ItemIdAppIdItem Created DateApp Submitted DateIsApprovedIsFunded
1111/1/201912/1/201810
2111/2/201912/1/201810
3111/3/201912/1/201810
4221/4/201912/2/201800
5221/5/201912/2/201800
6331/6/201912/10/201811
7441/7/201912/11/201810
8551/8/201912/12/201800
9661/9/201912/21/201811
10661/10/201912/21/201811

 

Can someone please help me create the measures for these metrics?

1 REPLY 1
v-yuta-msft
Community Support
Community Support

@Anonymous ,

 

Below is the measure I created for 'ToDo Items' but I am unable to create a funnel due different dates being associated with different columns.

 

ToDo Items = CALCULATE([Total Items], FILTER('Table',
'Table'[CreatedDate] >= MIN(dCalender[Date]) && 'Table'[CreatedDate] <= MAX(dCalender[Date])
)) 


Could you please clarify more details about "due different dates being associated with different columns"? If possible, could you also share the expected result table?

 

Community Support Team _ Jimmy Tao

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.