Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
JonasV
Frequent Visitor

Using applyJsonFilters on a Date Hierarchy

Hi folks,

 

I am desperately trying to get applyJsonFilters to work on a Date Hierarchy. No matter what I try (TupleFilter, HierarchyFilter), nothing works. I really have no clue how to get around this. The normal TupleFilter on all other dimensions works just fine.

Simply nothing happens.

 

Does anyone have a working example for this? I couldn't find anything about this.

 

All the best,

Jonas

1 REPLY 1
JonasV
Frequent Visitor

For anyone looking into this in the future:

 

In the meantime I found a solution, which I am not sure of if it the way it is supposed to work. If you are using the example from the documentation

https://learn.microsoft.com/de-de/power-bi/developer/visuals/filter-api

you have to read the following property from the powerbi.DataViewMetadataColumn:

column.identityExprs[0].source.entity

and pass this as the table property for the 

IFilterTarget

The rest works as in the example. Then you can add date columns for the TupleFilter.

 

Unfortunately this isn't in the typings. This has to be made fail safe by additional coding, of course.

If somebody has a better solution to this I would be glad to hear about it.

 

 

 

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors