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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
zoemostert
Helper I
Helper I

Filter Calculate different from column

 Hi there! I have a small problem. I succesfully created a table, where i can see the revenue by item category. Now i wanted to created a measure to calculate the revenue by item category. But the values are not the same.

Total Radio Growth = CALCULATE([Total Revenue], 
	FILTER('ORDERS', ORDERS[Item cat] = "DMR/Analog Radio" || ORDERS[Item cat] = "Lic Fee Chuchubi"
		|| ORDERS[Item cat] = "Maintenance Fees" || ORDERS[Item cat] = "Radio Accessoiries" ||
		ORDERS[Item cat] = "Radio Parts" || ORDERS[Item cat] = "System Chuchubi" || ORDERS[Item cat] = "Talk Features" ||
		ORDERS[Item cat] = "Tetra Equipment") , 'ORDERS'[TotalPaid] > 0)

i used the code above, but as you can see they present different values than in the table.

verschil.png

What could be the problem? and how do i fix it?

3 REPLIES 3
vanessafvg
Super User
Super User

@zoemostert cant quite figure out what you saying the issue is, should both radio growth and revenue be equal to each other?

 

firstly what is the context of the totalpaid column?   maybe you need to add that into your table to understand the differences? also you might want to change your decimal point to 2 so its easier to read

 

 





If I took the time to answer your question and I came up with a solution, please mark my post as a solution and /or give kudos freely for the effort 🙂 Thank you!

Proud to be a Super User!




Ashish_Mathur
Super User
Super User

Hi,

 

Share the link from where i can download your file.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

@Ashish_Mathur I don't think I can, since it's real data from our database. 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

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

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.