Forum Discussion

NicoloTropeano's avatar
NicoloTropeano
New Member
2 years ago
Solved

Help Needed

I have made a calculated Table (2) from a bigger table (1) and Filtered it by the "typ" = "r". If I filter that new Table (2) in the Tableoverview by January. I get these Entries. I have crea...
  • jolind1996's avatar
    2 years ago

    The issue might be due to the way Power BI handles relationships and filter propagation. If you have a 1:n relationship from DateTable to Table(1), filters will naturally propagate from DateTable to Table(1), but not to Table(2). To slice data from Table(1) using DateTable, ensure that Table(2) is directly related to DateTable or use USERELATIONSHIP function to activate the inactive relationship during the calculation. Please adjust as per your data model.

    Best regards,

    Johannes