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

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

Reply
dhritiman_b
Regular Visitor

Difference in value between card/ multicard and funnel visualization

Hi,

I am facing a peculiar problem and I don't know what's exactly the issue . Infact I stumbled upon it by chance.

I was trying to create a measure which calculates the sum of values over a column using the calculate and previous month expression. ( Yes, I was trying to calculate the sum of values corresponding to the "previous month").

I was representing this visual on the funnel chart, but the funnel chart was not showing the current summation. I though there was an error with DAX formulation and tried to rewrite the expression using DATEADD, or even FILTER. But, every way the funnel chart showed the same wrong value.

Then I tried showing the same measure with a different visualization and tried the card visualuzation and immediately the card showed the correct value!!.

On switching back to funnel, the value once again switched back to the wrong value.

I just can't make any head or tail of this. Could someone help me with where I am going wrong?
2 REPLIES 2
parry2k
Super User
Super User

@dhritiman_b what is yur DAX formula? And also your data model?



Subscribe to the @PowerBIHowTo YT channel for an upcoming video on List and Record functions in Power Query!!

Learn Power BI and Fabric - subscribe to our YT channel - Click here: @PowerBIHowTo

If my solution proved useful, I'd be delighted to receive Kudos. When you put effort into asking a question, it's equally thoughtful to acknowledge and give Kudos to the individual who helped you solve the problem. It's a small gesture that shows appreciation and encouragement! ❤


Did I answer your question? Mark my post as a solution. Proud to be a Super User! Appreciate your Kudos 🙂
Feel free to email me with any of your BI needs.

Hello Parry,

 

My DAX formula is as follows:

 

Previous Backlog = CALCULATE(sum('Planner In'[Current Backlog]),filter('Planner In', month(today()-1)))
 
The data model consists of a [Forecast date] column which is used as a slicer on the report page.
The [Current backlog] is a column of values in percentage.
 
The objective is to show the running total of current back log for all months upto the slicer month.
 
 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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.

Top Solution Authors
Top Kudoed Authors