Forum Discussion
Reference Label as a percent
- Anonymous10 months ago
Hi NameTaken,
I have reproduced your requirement and implemented the solution. I have attached the PBIX file for your review so you can see the updates. Let me know if you need any changes or further improvements.
Regards,
Community Support Team.
Hi NameTaken,
Firslty let's create a measure which reoves filters and counts total applications
PurchaseCount (Group) =
CALCULATE(
DISTINCTCOUNT('Volume'[Application_id]),
REMOVEFILTERS('Volume'[CustomerName]),
KEEPFILTERS(VALUES('Volume'[CustomerGroupName]))
)
Now create final % measure
PurchaseCount_Percent_Selected_Customer =
DIVIDE(
[PurchaseCount_Selected_Customer],
[PurchaseCount (Group)],
0
)π I hope this solution helps you unlock your Power BI potential! If you found it helpful, click 'Mark as Solution' to guide others toward the answers they need.
π‘ Love the effort? Drop the kudos! Your appreciation fuels community spirit and innovation.
π As a proud SuperUser and Microsoft Partner, weβre here to empower your data journey and the Power BI Community at large.
π Curious to explore more? [Discover here].
Letβs keep building smarter solutions together!