Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by attending the DP-600 session on April 23rd (pacific time), live or on-demand.
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
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 .
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 |
|---|---|
| 48 | |
| 45 | |
| 41 | |
| 20 | |
| 17 |
| User | Count |
|---|---|
| 69 | |
| 64 | |
| 32 | |
| 31 | |
| 27 |