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

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

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
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.

Top Solution Authors