Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
Check it out now!Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers. Get Fabric certified for FREE! Learn more
Hello,
I can't solve the total sum issue, can you help?
I am attaching a link to the Power BI file
I will be very grateful for your help in solving the problem.
Arturas
Solved! Go to Solution.
You are welcome. If my previous reply helped, please mark it as Answer.
Hi,
I created this measure
Measure = if(ISBLANK([Unpaid Amount]),BLANK(),SUMX(VALUES('sales-payments'[Indeksas]),[Unpaid Amount]))
Hope this helps.
Hi,
Rezult blank measure
Arturas
You are welcome. If my previous reply helped, please mark it as Answer.
In the screenshot, as you can see i get the correct result.
Sorry, you are right.
Do you have any ideas why the measure total is showing correctly, but the value in the row for some customers is incorrect?
Arturas
Hi @Sarutra
What do TRUE and NO TRUE mean? What is your expected result?
Adjust Measure Logic: Use SUMX to calculate row-by-row: Unpaid Amount = SUMX(sales-payments, sales-payments[Open Order Total] - sales-payments[Credit])
It's not that simple. I am attaching the measure formula.