Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Matrix table visualization empty until select any of the slicer in the report

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?

 

2 REPLIES 2
mahoneypat
Microsoft Employee
Microsoft Employee

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

 





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Anonymous
Not applicable

Slicers.PNG

 

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?

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

Check out the July 2025 Power BI update to learn about new features.

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.