Hello to everyone,
I’m working on a budget tracker for my family and I’m trying to create an action with a filter condition–> When i click on this action in the red box, i would see only the data related to the income of the mounth (december 2021)
Basically the TEXT() expression extracts the month and date( “MMYYYY”) from the [Data] column of the “Bilancio” table with the expression TEXT([_THISROW].[Data],“MMYYYY”) and compares it with the [Data] column values of the “Entrate” with the expression TEXT([Data],“MMYYYY”)
Thus only the filtered rows in the table “Entrate” matching the month and year from “Bilancio” table are returned. The expressions use TEXT() functions.
For constructing LINKTOFILTEREDVIEW() between two tables, please take a look at the below article