Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
Hello, i need help creating a calculated column to show total category value for all respective subcategory values for specific quarter. I've created this calculated measure and i figure it should work once i get the red text correct. Although, im open to suggestions if there is another path.
Thanks for any suggestions.
Solved! Go to Solution.
@asalazarjr , Try like
calculate(sum(Table[values]), filter(allselcted(Table), Table[category] =max(table[category]) && Table[Quarter] =max(table[Quarter])))
or
calculate(sum(Table[values]), allexcept(Table, Table[category] ,table[Quarter]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@asalazarjr , Try like
calculate(sum(Table[values]), filter(allselcted(Table), Table[category] =max(table[category]) && Table[Quarter] =max(table[Quarter])))
or
calculate(sum(Table[values]), allexcept(Table, Table[category] ,table[Quarter]))
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
User | Count |
---|---|
82 | |
78 | |
67 | |
46 | |
45 |
User | Count |
---|---|
104 | |
44 | |
39 | |
39 | |
39 |