Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
DAX Formula:
Distinct Unique Asset running total in AssetSize__c =
CALCULATE(
[Distinct Unique Asset],
FILTER(
ALLSELECTED('Account'[AssetSize__c]),
ISONORAFTER('Account'[AssetSize__c], MAX('Account'[AssetSize__c]), DESC)
)
)
Thanks in Advance
Hi @ManojV ,
Would you please inform us more detailed information( your sample data and expected output (by OneDrive for Business)) if possible? Then we will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Dedmon Dai
@ManojV , Formula is fine.
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
Please provide your feedback comments and advice for new videos
Tutorial Series Dax Vs SQL Direct Query PBI Tips
Appreciate your Kudos.