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
eMEIPE
New Member

Doubt with funnel graph

Hello everyone, I have a funnel chart where I want to add that for each bar of the chart it generates the difference with the previous bar, for example bar 1 has a value of 2,000,000 and bar 2 has a value of 1.000,000 , then what I want is the difference between bar 1 and bar 2 and add this difference to the funnel chart

eMEIPE_0-1701186272557.png

 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @eMEIPE 

It cannot put two values to the funnen, you can consider to put the difference to the tooltip.

e.g 

Sample data 

vxinruzhumsft_0-1701311251763.png

Then creeate a measure and put it the the tooltip of the funnel chart

 

Difference = var a=CALCULATE(SUM('Table'[Value]),'Table'[Level]=SELECTEDVALUE('Table'[Level])+1)
return a-SUM('Table'[Value])

 

vxinruzhumsft_1-1701311297556.png

Output

vxinruzhumsft_2-1701311324321.png

 

Best Regards!

Yolo Zhu

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

 

View solution in original post

1 REPLY 1
Anonymous
Not applicable

Hi @eMEIPE 

It cannot put two values to the funnen, you can consider to put the difference to the tooltip.

e.g 

Sample data 

vxinruzhumsft_0-1701311251763.png

Then creeate a measure and put it the the tooltip of the funnel chart

 

Difference = var a=CALCULATE(SUM('Table'[Value]),'Table'[Level]=SELECTEDVALUE('Table'[Level])+1)
return a-SUM('Table'[Value])

 

vxinruzhumsft_1-1701311297556.png

Output

vxinruzhumsft_2-1701311324321.png

 

Best Regards!

Yolo Zhu

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!

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.

Top Solution Authors
Top Kudoed Authors