Forum Discussion
Anonymous
4 years agoNot applicable
Show value filtered by a column
Hello, I have a table with 3 columns, The value of "National" Group is the sum of value of Region 1 and Region 2. Object Group Value x National 2 y National 3 ...
- 4 years ago
Anonymous you cannot do that, if you are trying to do in a one measure then you have to change it:
testmeasure = var y =CALCULATE(SUM('Table'[Value]),'Table'[Group]="Region1") return SUM('Table'[Value])*DIVIDE(y,y))✨ Follow us on LinkedIn and to our YouTube channel
Learn about conditional formatting at Microsoft Reactor
My latest blog post The Power of Using Calculation Groups with Inactive Relationships (Part 1) (perytus.com) I would ❤ Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make efforts to give Kudos to whoever helped to solve your problem. It is a token of appreciation!
⚡ Visit us at https://perytus.com, your one-stop-shop for Power BI-related projects/training/consultancy.
parry2k
Super User
4 years agoAnonymous is it a fixed requirement to show only where region 1 has value ?
- Anonymous4 years agoNot applicable
Yes it's fixed requierement