Does anyone knows what's going on here and how to deal with it?
Image may be NSFW.
Clik here to view.
Table on the right has data from only one table and everything looks good. Table on the left side has data from two tables and total valus don't add up correctly. PowerBI is summing only by value of Tarifa, and the fact there are, for example, two Interent packages is not taken into the equation.
Here is my model
Image may be NSFW.
Clik here to view.
Two tables that I'm taking data from - Packages(Paketi) and Clients(Klijenti) - are directly connected with 2way relationship direction. Column Price is original column - no Dax or any other function applying there, and Price per month is calculated column:
PricePerMonth = Paketi[Price] / Paketi[DurationMonths]
I tried with various calculated columns and measures. I searched PBI forum, there were lot's of simmilar issues but not quite like this one