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

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

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
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

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