This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Greetings,
I am building a dashboard, where I need to show Business_Process_Type against the Diff_Completed_Initiated and need to apply filter- 1. ESS_MSS_Adoption_Category = MSS & 2. Diff_Completed_Initiated is greater than 7. But in the visualization When I am taking Diff_Completed_Initiated in the value field, its shwoing like below -
and its wrong..
Input -
Could someone suggest On this?
Solved! Go to Solution.
Hi @Anonymous ,
When you set the filter with the condition Diff_Completed_Initiated is greater than 7, what the visual filter finally is that the aggregation value of Diff_Completed_Initiated is greater than 7. For example, if you have the following two records, it can be displayed eventually, because 5+3>7...
| Business_Process_Type | ESS_MSS_Adoption_Category | Diff_Completed_Initiated |
| Edit Position | MSS | 5 |
| Edit Position | MSS | 3 |
Please also drag the field Diff_Completed_Initiated to Legend fields and toggle off Legend option in Format pane.
Best Regards
Hi @Anonymous ,
When you set the filter with the condition Diff_Completed_Initiated is greater than 7, what the visual filter finally is that the aggregation value of Diff_Completed_Initiated is greater than 7. For example, if you have the following two records, it can be displayed eventually, because 5+3>7...
| Business_Process_Type | ESS_MSS_Adoption_Category | Diff_Completed_Initiated |
| Edit Position | MSS | 5 |
| Edit Position | MSS | 3 |
Please also drag the field Diff_Completed_Initiated to Legend fields and toggle off Legend option in Format pane.
Best Regards
@Anonymous , check the aggregation of Diff_Completed_Initiated? Also, is Business_Process coming from the same table or a different table?
Can you share sample data and sample output in table format? Or a sample pbix after removing sensitive data.
@amitchandak , Unfortunately my work place does not allow file sharing using one drive or Dropbox etc .
Check out the April 2026 Power BI update to learn about new features.
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.
| User | Count |
|---|---|
| 40 | |
| 37 | |
| 31 | |
| 23 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 59 | |
| 31 | |
| 31 | |
| 25 |