Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Preparing for a certification exam? Ask exam experts all your questions on May 15th. 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
Check out the April 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
76 | |
72 | |
71 | |
48 | |
41 |
User | Count |
---|---|
54 | |
48 | |
33 | |
32 | |
28 |