Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hey all!
I am trying to return a value based off a criteria for a social platform tiktok. All other platforms have impressions where as tiktok video views are impressions. So I am trying to isolate video views so I can do a formula like (facebook impressions +instagram impressions + tiktok impressions)
The issue I am having the return is getting attached to the other platforms.
This is the formula I have below.
Solved! Go to Solution.
@Phillysap , try like
Measure =
var _select=SELECTEDVALUE('Content'[Platform])
return
CALCULATE(SUM('Content'[Video view count]),filter( 'Content'[Platform], 'Content'[Platform]="tiktok") )
@Phillysap , try like
Measure =
var _select=SELECTEDVALUE('Content'[Platform])
return
CALCULATE(SUM('Content'[Video view count]),filter( 'Content'[Platform], 'Content'[Platform]="tiktok") )
Yes that worked! so the filter is saying I just want it to show up for tiktok only @amitchandak ?
User | Count |
---|---|
117 | |
73 | |
58 | |
49 | |
48 |
User | Count |
---|---|
171 | |
122 | |
60 | |
59 | |
56 |