Hi,
I have just updated my local Power BI report server. Immediately after that I created an extremely simple report.
In the report:
1. I created a static table:
SampleTable = DATATABLE(
"id";INTEGER;
"val";STRING;
{
{1;"a"};
{2;"b"}
}
)
2. I inserted a slicer with "val" as a filter.
3. I inserted a table with both id and val in it.
It workks prefectly in PBI Desktop but on the server the slicer is empty. Any ideas why before I start blaming MS again?
Best,
Rafael
Rafal