Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
I'm using the MS Text Filter custom visual which pulls from a text column "phrases". I have a table visual to display the phrases. Does any one know how I could make this table visual showing no rows (i.e. blank) by default unless something is entered into the text filter visual? Thanks!
Solved! Go to Solution.
Hi @badger123 ,
One work around is to create the following measure:
Filter =
IF (
COUNTROWS ( ALLSELECTED ( Table1[Words] ) )
< CALCULATE ( COUNTROWS ( Table1 ); ALL ( Table1[Words] ) );
1;
0
)
Then add this measure to your visual filters of the table and select the option of Value = 1.
Check PBIX attach
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @badger123 ,
One work around is to create the following measure:
Filter =
IF (
COUNTROWS ( ALLSELECTED ( Table1[Words] ) )
< CALCULATE ( COUNTROWS ( Table1 ); ALL ( Table1[Words] ) );
1;
0
)
Then add this measure to your visual filters of the table and select the option of Value = 1.
Check PBIX attach
Regards,
MFelix
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsIf 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 |
|---|---|
| 54 | |
| 37 | |
| 34 | |
| 19 | |
| 17 |
| User | Count |
|---|---|
| 72 | |
| 72 | |
| 38 | |
| 35 | |
| 26 |