Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
72 | |
70 | |
37 | |
29 | |
26 |
User | Count |
---|---|
91 | |
49 | |
44 | |
38 | |
37 |