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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Dynamic filter - Month Semestre

Hello,

 

I have two tables, Table date and Sales (and others but it's not the point).

The probleme is that I don't have the sales by date but only by semestre. (But I use other tables with dates)

 

So I would like that when I filter the date by "january" or 'april", the second (visual) filter "semestre" automatically changes to "Semestre 1".

Is it possible to do that in PBI ?

I'm currently doing that manually selecting the months of interest and selecting then Semestre 1 or 2...

Thanks

1 ACCEPTED SOLUTION
v-stephen-msft
Community Support
Community Support

Hi @Anonymous ,

 

I made a simple sample you can refer to.

 

6.png

Create a calculated column and create a relationship between tables.

Semestre = SWITCH(TRUE(),[MonthNum] in {1,2,3,4},"Semestre 1",[MonthNum] in {5,6,7,8},"Semestre 2",[MonthNum] in {9,10,11,12},"Semestre 3")

7.png

8.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-stephen-msft
Community Support
Community Support

Hi @Anonymous ,

 

I made a simple sample you can refer to.

 

6.png

Create a calculated column and create a relationship between tables.

Semestre = SWITCH(TRUE(),[MonthNum] in {1,2,3,4},"Semestre 1",[MonthNum] in {5,6,7,8},"Semestre 2",[MonthNum] in {9,10,11,12},"Semestre 3")

7.png

8.png

 

Best Regards,

Stephen Tao

 

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

amitchandak
Super User
Super User

@Anonymous , Can you convert Semestre  to date

 

a new column like

switch(true() ,

[Semestre] ="Semestre  1" , date([year],1,1),

[Semestre] ="Semestre  2" , date([year],4,1),

[Semestre] ="Semestre  3" , date([year],7,1),

[Semestre] ="Semestre  4" , date([year],10,1)

)

 

I usually prefer to allocate. an example

Distributing/Allocating the Yearly Target(Convert to Daily Target): https://community.powerbi.com/t5/Community-Blog/Distributing-Allocating-the-Yearly-Target-Convert-to-Daily/ba-p/1463290

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.