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
I've got an issue with my Pareto chart. It is basically not adding identical values on top of each other when it comes to the line values. As seen in the picture below codes CHP01, DAM02 and PNT08 have the same value of 3. The line chart shows them all at level 83.3% which should be the level of the last of this value.
When all values are different the line looks fine, please see an example
I'm using the following measure to count the number of values in a string and in Column values in my visual
VAR __SearchTerms = ADDCOLUMNS ( 'C_Codes_lookup2', "Count", COUNTROWS ( FILTER ( 'C_Report', FIND ( [Code], 'C_Report'[reportedfault],, 0 ) > 0 ) ) ) RETURN SUMX ( __SearchTerms, [Count] )
And the following measure to establish the Pareto chart and as line value in my visual
VAR StateRev = [1.1 C Codes Count] VAR ALLCodes = CALCULATE([1.1 C Codes Count], ALLSELECTED(C_Codes_lookup2[Code])) RETURN DIVIDE( SUMX( FILTER( SUMMARIZE(ALLSELECTED(C_Codes_lookup2[Code]), C_Codes_lookup2[Code], "Cumulative", [1.1 C Codes Count]), [Cumulative] >= StateRev ), [Cumulative]), ALLCodes, 0)
Could someone be so kind and help me solve this issue.
Solved! Go to Solution.
@littlemojopuppy
The measures for them are in C_report and DI_report
Hi,
@littlemojopuppyPlease find a sample in the link.
https://drive.google.com/file/d/1-dZweprz7iHzeYAJjYdZrhsyaQA3noU2/view?usp=sharing
@littlemojopuppy
The measures for them are in C_report and DI_report
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |