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 ?
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
124 | |
79 | |
49 | |
38 | |
38 |
User | Count |
---|---|
196 | |
80 | |
70 | |
51 | |
42 |