Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
you need to generate a dimension table without any relationships.
the table will have at least two columns, Name, such as "Bucket1","Bucket2",.... and Index, as 1,2,3....
then put the Name in the column area
create a measure like this
new measure=if(calculate(countrows(table),allselected(table[product],table[monthend]))=max(dimtable[index]),max(dimtable[index]))
Hi @Anonymous,
Did the above suggestions help with your scenario? if that is the case, you can consider Kudo or Accept the helpful suggestions to help others who faced similar requirements.
If these also don't help, please share more detailed information to help us clarify your scenario to test.
How to Get Your Question Answered Quickly
Regards,
Xiaoxin Sheng
Totally unclear. I don't think that without rephrasing this in an understandable manner you'll get any answers...
@daXtreme Thanks for reply,
I am facing issue in below dax
SUMMARIZE(Test,
Test[Product],
Test[MonthEnd],
Test[Category],
"Bucket 1",
"Bucket 2",
"Bucket 3",
)
I want logic of Bucket 1, 2, and 3 column which is mentioned in dax query and this should based on How Many "B" are present in category that count should go in that particular bucket.
and i am doing this code in DAX STUDIO
you need to generate a dimension table without any relationships.
the table will have at least two columns, Name, such as "Bucket1","Bucket2",.... and Index, as 1,2,3....
then put the Name in the column area
create a measure like this
new measure=if(calculate(countrows(table),allselected(table[product],table[monthend]))=max(dimtable[index]),max(dimtable[index]))
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 6 | |
| 6 | |
| 4 | |
| 4 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 21 | |
| 10 | |
| 7 | |
| 7 |