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!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hello
I have a table with Itens, in this case is (mycat)
Please help me to find out a way to calculate my MyfiltCol base on my max 2 selections exemple below
Table:
Filter and formula
Problem!! if i select 3 values (A , Band C ) should change to blank but is not working =(
Please can some one help me ?
Solved! Go to Solution.
Hi @Anonymous
Try something like.
Measure =
IF(
COUNTROWS( ALLSELECTED( 'Table'[Column1] ) ) <= 2,
COUNTROWS( 'Table' ),
"blank"
)
Hi @Anonymous
Try something like.
Measure =
IF(
COUNTROWS( ALLSELECTED( 'Table'[Column1] ) ) <= 2,
COUNTROWS( 'Table' ),
"blank"
)
Tank you alot work perfect for my needs 😃 5 stars
User | Count |
---|---|
98 | |
76 | |
74 | |
49 | |
26 |