The ultimate Microsoft Fabric, Power BI, Azure AI, and SQL learning event: Join us in Stockholm, September 24-27, 2024.
Save €200 with code MSCUST on top of early bird pricing!
Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started
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.
Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.
Check out the August 2024 Power BI update to learn about new features.
User | Count |
---|---|
123 | |
87 | |
75 | |
55 | |
45 |
User | Count |
---|---|
135 | |
121 | |
77 | |
65 | |
64 |