Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
In power Bi service , I am trying to get a line chart with error% trend month on month . However apart from% of grand total , i am unable to find any other options.
As per the below example , Line chart should show :
Overall error % for Apr month for USA is 50% ( 2 error opportunity and 1 error made )
Overall error % for May month for USA is 100% ( 1 error opportunity and 1 error made)
Overall error % for Apr month for UK is 0% ( 1 error opportunity and 0 error made)
I have a raw data like shown below :
Request number | Location/Site | Month | Error Opportunity | Error | Error% = (error count _yes/error Opportunity) |
1 | USA | Apr | 1 | Yes | 100% |
2 | USA | Apr | 1 | No | 0% |
3 | UK | Apr | 1 | No | 0% |
4 | USA | May | 1 | Yes | 100% |
Solved! Go to Solution.
@Seer_Bug , Try like
DIVIDE(CALCULATE(sum(Test[Error Opportunity]),Test[Error] ="Yes"),CALCULATE(sum(Test[Error Opportunity])),0)
@Seer_Bug , Try like
DIVIDE(CALCULATE(sum(Test[Error Opportunity]),Test[Error] ="Yes"),CALCULATE(sum(Test[Error Opportunity])),0)
thanks @amitchandak . this worked.
1.however its not showing %, instead showing as 0.5 and 1.0. how do i get this as % ( I am new to PBI).
2.If I have multiple tables with similar data and if want to consolidate 4 tables with overall error % - how do i use a similar formula)
@Seer_Bug , Just like excel, if make it % type. It will display as % (*100). Or multuple by 100.
As log as you have common dimesion and you do not have multiple number , you can do it easily.
In case of multiplication you need to force row context. But that does not seems a need as of now.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
22 | |
17 | |
10 | |
8 | |
8 |
User | Count |
---|---|
38 | |
31 | |
18 | |
17 | |
14 |