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 moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 33 | |
| 29 | |
| 29 | |
| 21 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 50 | |
| 33 | |
| 24 | |
| 24 |