March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
I am trying to build a table of EMP headcounts based of their Hours working group,. The dataset is like;
Job EMP Names Total
Civil James 200
Civil Paul 2000
Pipe Paul 4000
Pipe Troy 700
Market Tom 500
I have;
And below is the folmula that I am using;
Solved! Go to Solution.
@Anonymous
If you are not doing any aggregation on Append1[Total].
Create a new column in the append table and use it?
Bucket =
Switch(true(),
Append1[Total]<=250,"0 to 250",
Append1[Total]<=500,"250 to 550",
Append1[Total]<=1000,"500 to 1000",
Append1[Total]<=2000,"1000 to 2000",
Append1[Total]<=2000,"2000 to 4000",
"Over 4000"
)
@Anonymous
You need to Create a calculated table not column or measure.
@Anonymous
You need to Create a calculated table not column or measure.
@Anonymous
If you are not doing any aggregation on Append1[Total].
Create a new column in the append table and use it?
Bucket =
Switch(true(),
Append1[Total]<=250,"0 to 250",
Append1[Total]<=500,"250 to 550",
Append1[Total]<=1000,"500 to 1000",
Append1[Total]<=2000,"1000 to 2000",
Append1[Total]<=2000,"2000 to 4000",
"Over 4000"
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
89 | |
84 | |
70 | |
51 |
User | Count |
---|---|
206 | |
143 | |
97 | |
79 | |
68 |