Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
hi,
I want to remove or not consider empty values when I create a table with summarize:
How can I avoid this ?
thanks
Solved! Go to Solution.
Hi @cristianml ,
Please try:
_List Industry Segment =
VAR V1 =
SUMMARIZE ( 'Rev CCI', 'Rev CCI'[Industry Segment] )
VAR V2 =
SUMMARIZE ( 'CI', CI[Industry Segment] )
VAR V3 =
SUMMARIZE ( Attribute, Attribute[Industry Segment] )
VAR V4 =
SUMMARIZE ( DSO, DSO[Industry Segment] )
VAR V5 =
( DISTINCT ( UNION ( V1, V2, V3, V4 ) ) )
RETURN
FILTER ( V5, [Industry Segment] <> BLANK () )
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @cristianml ,
Please try:
_List Industry Segment =
VAR V1 =
SUMMARIZE ( 'Rev CCI', 'Rev CCI'[Industry Segment] )
VAR V2 =
SUMMARIZE ( 'CI', CI[Industry Segment] )
VAR V3 =
SUMMARIZE ( Attribute, Attribute[Industry Segment] )
VAR V4 =
SUMMARIZE ( DSO, DSO[Industry Segment] )
VAR V5 =
( DISTINCT ( UNION ( V1, V2, V3, V4 ) ) )
RETURN
FILTER ( V5, [Industry Segment] <> BLANK () )
Best Regards,
Jianbo Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 55 | |
| 49 | |
| 33 | |
| 16 | |
| 15 |
| User | Count |
|---|---|
| 85 | |
| 70 | |
| 38 | |
| 28 | |
| 25 |