Forum Discussion
dmt
8 years agoRegular Visitor
URL FIlter + SSAS
Hi, i'm using Power BI Report Server (march 2018). Filter on https://bi.mycompany.com/reports/powerbi/Dashboard/TFS/TestFilter?filter=ID eq '46' not working. It's supported? In my cube, dimensions ...
Anonymous
8 years agoNot applicable
Hi,
I got URL filters working on my SSAS tabular model this morning.
I'm not sure if there are any differences between multidimensional models and tabular models, but one thing which stands out in your URL is "ID eq '46'". With our model, I had to include the table before the field name - e.g. "Specialty/ID eq '46'".
Does this apply to your scenario?
- dmt8 years agoRegular Visitor
In my case there are no tables, there is only dimension and measure.
Dimension contains a space in the name, tried to specify - without result.- Anonymous8 years agoNot applicable
Ahh - so just to confirm, you tried:
https://bi.mycompany.com/reports/powerbi/Dashboard/TFS/TestFilter?filter=Work Item/ID eq '46'
It may be worth trying to URL encoded equivelant:
Sorry I couldn't help further! Anyone else got any ideas?.