Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
hi
i have a column Issues using which i have to show all the issues in a graph
i want to consider all the issues starting with serial at didderent loaction as 1 issue
Solved! Go to Solution.
Hi @Anonymous ,
Here are the steps you can follow:
1. Create calculated column.
new =
IF(CONTAINSSTRING('Table'[column],"Serial at different location"),"Serial at different loaction",'Table'[column])
2. Create measure.
count = COUNTAX(FILTER(ALL('Table'),'Table'[new]=MAX('Table'[new])),'Table'[new])
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
Here are the steps you can follow:
1. Create calculated column.
new =
IF(CONTAINSSTRING('Table'[column],"Serial at different location"),"Serial at different loaction",'Table'[column])
2. Create measure.
count = COUNTAX(FILTER(ALL('Table'),'Table'[new]=MAX('Table'[new])),'Table'[new])
3. Result:
Best Regards,
Liu Yang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
@Anonymous , second part is not clear ,
Create a measure
calculate(countrows(Table), filter(table, left([column],6) ="Serial" && Search("Location",[Column],,0) >0))
hi amit
i have used your measure but it is still showing the division of serial at different location.
i just want to show all the serial at different location as one
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 45 | |
| 44 | |
| 20 | |
| 19 |
| User | Count |
|---|---|
| 73 | |
| 71 | |
| 34 | |
| 33 | |
| 31 |