Forum Discussion
Anonymous
5 years agoNot applicable
Need Help with a Measure Formula
Hi All, I need help with a measure formula. The Formula for Channel Mix is (Channel Volume Share AC - Channel Volume Share Base)* (NR/hL Base - Channel Value/hL Base)*Channel Volume...
- 5 years ago
Hi Anonymous
What your expected output?
You can use HASONEVALUE to define calculation logic of total.
Try measure as:
IF( HASONEVALUE(Table[column]), measure, total )Best Regards,
LinkIf this post helps then please consider Accept it as the solution to help the other members find it more quickly.
amitchandak
Super User
5 years agoAnonymous , You have to try a measure like
new 001 channel Mix =sumx(Summarize(Table, Table[country], Table[channel], "_1", [001 channel Mix]), [_1])