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!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Is there a way with Power BI to default a slicer value from a disconnected table based on another table field?
for example i have a table called Client with AcctNumber and Classification. I have a disconnected table with also AcctNumber and Classification. The reason for the disconnected table is to bybass Role Based Security for aggregated values.
If a user opens the report, i am passing the AcctNumber from the Client table as a filter. What i want to do is default the Classification from the disonnected table to the Classification for the AcctNumber from the Client Table.
Solved! Go to Solution.
Hi @scabral
It is not supported to default slicer, as a workaround, you can create a measure to get the value from slicer or to get the value from another disconnected table.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
Hi @scabral
It is not supported to default slicer, as a workaround, you can create a measure to get the value from slicer or to get the value from another disconnected table.
Best Regards,
Community Support Team _Tang
If this post helps, please consider Accept it as the solution to help the other members find it more quickly.
@scabral , A table can be defaulted using a a column value ,
So you can have a new column like
If([AcctNumber] =max(roller[AcctNumber], "Current User", [AcctNumber])
Then you can select the current user.
As of now, the function is not supported to set default values in slicers.
You can vote for an idea or log new one https://ideas.powerbi.com/ideas/
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 40 | |
| 36 | |
| 34 | |
| 31 | |
| 27 |
| User | Count |
|---|---|
| 136 | |
| 103 | |
| 66 | |
| 65 | |
| 56 |