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,
Below are 2 snapshots (My dashboard, and my columns that make up the dashboard) The Vendor % (Vendors Divided by Total Workers) is correct for all the rows except for "B. Mary" "C Drew" "D Dave" "E. Willie" and "F. Sam". For example "B. Mary" the % should be %.74 and not 2.95
Is there a way to do this in Power BI ? Any help would make my Wknd.
Thank you
Solved! Go to Solution.
Hi @Anonymous
Is your "Vendor %" a column rather than a measure? If so, you need to create a measure for it. You can use the following measure.
Vendor % Measure = DIVIDE ( SUM ( 'Table'[Vendors] ), SUM ( 'Table'[Total Workers] ) )
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
Hi @Anonymous
Is your "Vendor %" a column rather than a measure? If so, you need to create a measure for it. You can use the following measure.
Vendor % Measure = DIVIDE ( SUM ( 'Table'[Vendors] ), SUM ( 'Table'[Total Workers] ) )
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it. Highly appreciate your Kudos!
IT WORKED,, Thank you so much
Hi, Thank you for answering, I just found this message. Let me try it and get back to you. Thank you
Please provide sample data that covers your issue or question completely.
https://community.powerbi.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-...
Please show the expected outcome based on the sample data you provided.
https://community.powerbi.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523
User | Count |
---|---|
117 | |
77 | |
58 | |
52 | |
46 |
User | Count |
---|---|
170 | |
117 | |
63 | |
56 | |
51 |