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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
dkel1394
New Member

Filtering a Variable Table

dkel1394_0-1620054313025.png

 

Cannot firgure out why the count rows filter will not filter the vairable table. I placed the active cases into a variable table and want to filter that table by closed date to see how many of the active cases were disposed of in the same month. 

1 ACCEPTED SOLUTION
Jihwan_Kim
Super User
Super User

Hi, @dkel1394 

Please try to replace one of the VAR with the below.

 

Var fx1 = countrows (filter (tb, [closed date] > fd && [closed date]<= ed && [casestatus]<>”ACT”))

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


View solution in original post

2 REPLIES 2
Jihwan_Kim
Super User
Super User

Hi, @dkel1394 

Please try to replace one of the VAR with the below.

 

Var fx1 = countrows (filter (tb, [closed date] > fd && [closed date]<= ed && [casestatus]<>”ACT”))

 

Hi, My name is Jihwan Kim.

 

If this post helps, then please consider accept it as the solution to help other members find it faster, and give a big thumbs up.

 

Linkedin: linkedin.com/in/jihwankim1975/

Twitter: twitter.com/Jihwan_JHKIM

If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.


Go to My LinkedIn Page


Thank You very much. This worked. Have a great day sir. 

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel1

Power BI Monthly Update - May 2024

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