Starting December 3, join live sessions with database experts and the Microsoft product team to learn just how easy it is to get started
Learn moreGet certified in Microsoft Fabric—for free! For a limited time, get a free DP-600 exam voucher to use by the end of 2024. Register now
Hi,
I needed to remove the repeating values (circled in red)
the measure is Planted = CALCULATE(SUMX(value), ALL(Location), ALL(Sub Customer))
I just want the value to be shown on the top most and not repeat below.
Thanks!
Solved! Go to Solution.
Hi, @EvanGetsItDone
You can try the following methods.
[Planted] is a measure.
Measure = IF(HASONEVALUE('Table'[Sub Customer]),BLANK(),[Planted])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi, @EvanGetsItDone
You can try the following methods.
[Planted] is a measure.
Measure = IF(HASONEVALUE('Table'[Sub Customer]),BLANK(),[Planted])
Is this the result you expect?
Best Regards,
Community Support Team _Charlotte
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
How wouid I tweak the measure if i wanted location 2 to be on top so highest planted number was first and then decending the rest so location 1 in this case. I all already have child values in hierarchy table
Starting December 3, join live sessions with database experts and the Fabric product team to learn just how easy it is to get started.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
User | Count |
---|---|
86 | |
85 | |
84 | |
67 | |
49 |
User | Count |
---|---|
131 | |
111 | |
97 | |
71 | |
67 |