The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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?
User | Count |
---|---|
86 | |
86 | |
37 | |
35 | |
34 |
User | Count |
---|---|
94 | |
79 | |
63 | |
55 | |
51 |