Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more
Is it possible to have a an empty table unless a specific slicer item is chosen from the list of the slicer which i used in reprt? In other words, if a slicer item is not chosen, nothing in the table will apear, and then when any of the specific slicer is chosen only the table wants to show data? In my report i used almost 5 slicer and matrix table having more tha 30 column values...With this is it possible?
You can use HASONEVALUE() for that in an IF(). For example,
NewMeasure = IF(HASONEVALUE(Table[ColumnUsedInSlicer]), [YourMeasureExpression])
If more than one value exists (no selection), it will return blank.
Pat
To learn more about Power BI, follow me on Twitter or subscribe on YouTube.
This is image of my report...Here i used 4 slicers with lots of columns values in table.So , my requirement is if any of the 4 a slicer item is not chosen, nothing in the table will appear else appear based on the selected values from any of the slicer...Is it possible?
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 84 | |
| 49 | |
| 38 | |
| 31 | |
| 30 |