Forum Discussion
multiply column and a measure - wrong total
- 3 years ago
Hi,
Share the download link of the PBI file.
Hi Ashish,
i modified it a bit as it was connected to the database.
but ultimately what i want to do is to divide "measure3" per line to grand total of "measure" (which is wrong or not what i want in the file)
i want to see 31,214,080 instead of 5,221,978,332
hope that make sense
thanks in advance
timur
- Ashish_Mathur3 years ago
Super User
- timurcakin3 years ago
Helper I
Hi Ashish,
Total is correct thank you, Is it possible to find weighted average of these?
Measure 2 per item / total measure 2
that would be Legendary!
- Ashish_Mathur3 years ago
Super User
You are welcome. If my previous reply helped, please mark that reply as Answer. Try this measure
Measure 3 = DIVIDE([Measure 2],CALCULATE([Measure 2],ALL(Sheet3[No_])))Hope this helps.
- surajlodh_maha2 years agoNew Member
I've having this same issue. Is there any way the formula can be shared since the PBIX file is no longer available?
- surajlodh_maha2 years agoNew Member
I've having this same issue. Is there any way the formula can be shared since the PBIX file is no longer available?
- Ashish_Mathur2 years ago
Super User
Hi,
I do not have that file. Share some data, explain the question and show the expected result.