Hello Community
Same Objective in all below scenarios (2 scenarios, but one Pivot. Is it possible using DAX?):
SUM UP Distinct Values (both for PI and IO, but special for IO I need to have a down level when it is possible to break total IO cost BY Partner) and then show this scenario in a Pivot)
Comments:
1- Despite I am a very beginner DAX user, I really tried for three weeks long to think about an one-way solution for this kind of report, but I have failed in all.
2- I even tried to create some sort of relationship between tables, but again have failed (fail example below).
Scenario 1 (Fact Table) | |||||
PI | Budget | IO | Partner | Cost | |
1 | 10 | 1 | Sizmek | 1 | |
1 | 10 | 1 | ROI | 2 | |
1 | 10 | 1 | Tail | 1 | |
1 | 10 | 1 | MediaMath | 1 | |
Pivot Objective: | |||||
PI | Budget | IO | Partner | Cost | Markup (I know how to set a measure) |
1 | 10 | 1 | Sizmek | 1 | |
ROI | 2 | ||||
Tail | 1 | ||||
MediaMath | 1 | ||||
Total | 10 | 5 | 5 | ||
Pivot Failure Example | |||||
PI | Budget | IO | Partner | Cost | Markup |
1 | 10 | 1 | Sizmek | 1 | 9 |
1 | 10 | 1 | ROI | 1 | 9 |
1 | 10 | 1 | Tail | 1 | 9 |
1 | 10 | 1 | MediaMath | 1 | 9 |
Can´t summarize none |
Scenario 2 (Fact Table) | |||||
PI | Budget | IO | Partner | Cost | |
1 | 20 | 1 | Sizmek | 1 | |
1 | 20 | 1 | ROI | 2 | |
1 | 20 | 1 | Tail | 1 | |
1 | 20 | 1 | MediaMath | 1 | |
1 | 20 | 2 | Sizmek | 1 | |
1 | 20 | 2 | ROI | 2 | |
1 | 20 | 2 | Tail | 1 | |
1 | 20 | 2 | MediaMath | 1 | |
Pivot Objective: | |||||
PI | Budget | IO | Partner | Cost | Markup |
1 | 20 | 1 | Sizmek | 1 | |
1 | ROI | 2 | |||
1 | Tail | 1 | |||
1 | MediaMath | 1 | |||
2 | Sizmek | 1 | |||
2 | ROI | 2 | |||
2 | Tail | 1 | |||
2 | MediaMath | 1 | |||
Total | 20 | 10 | 10 |
Thanks a lot,
Jimmy