Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric certified for FREE! Don't miss your chance! Learn more
Hi Guys, I created this Calculated table, and it seems to work pretty good, how can I handle the blank? Bascially to say if its blank then to print the word blank. Thanks
Solved! Go to Solution.
@pfarahani Well, one way would be to incorporate the FILTER for removing the blank row from you CALCULATETABLE and do this:
Table =
VAR __BlankTable = SELECTCOLUMNS( { ("Blank", "Blank", 1) },"DepartmentAbbreviation",[Value1], "CourtDept",[Value2],"Used",[Value3])
RETURN
UNION(
__BlankTable,
<Your CALCULATETABLE with the FILTER for blank rows goes here>
)
maybe try add filter
xxxxx
SUMMARZIE( FILTER('JBSIS PROBATE FULL REPORT', DEPTABBREVIATION<>""), XXXXX)
Proud to be a Super User!
@Greg_Deckler Hi Greg, I am up against a deadline on this! Any hints, how to incorporate Blanks into this syntax thanks
@pfarahani Well, one way would be to incorporate the FILTER for removing the blank row from you CALCULATETABLE and do this:
Table =
VAR __BlankTable = SELECTCOLUMNS( { ("Blank", "Blank", 1) },"DepartmentAbbreviation",[Value1], "CourtDept",[Value2],"Used",[Value3])
RETURN
UNION(
__BlankTable,
<Your CALCULATETABLE with the FILTER for blank rows goes here>
)
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 |
|---|---|
| 69 | |
| 59 | |
| 47 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 107 | |
| 107 | |
| 39 | |
| 27 | |
| 27 |