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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
Anonymous
Not applicable

Countif with data range

Dear all,

 

I have below code 

CountofSWA = COUNTROWS(FILTER(Observations,'Observations'[Observation Method]="safety Walkaround"))
 
But these are not changing when changing date filter of a table.
 
How can I Make them change with change in table data values?
8 REPLIES 8
Anonymous
Not applicable

hi @Anonymous ,

 

Please use measure instead of calculated column.

Common ways to create measure:

11.PNG22.PNG33.PNG

Different results between measure and calculated column would be shown as below:

44.PNG55.PNG

Anonymous
Not applicable

Dear @Anonymous ,

 

I have date in same table and not different one, How do I create relationships between column headers of same table?

Anonymous
Not applicable

Hi @bhuvanasundar,

 

As far as I’m concerned, If “date” column and “Observation Method” column are in the same table then there’s no need to create relationship.

You can create a slicer or a filter on the visual.

Results would be shown as below:

a.PNGb.PNG

Pbix as attached.

If this still doesn’t meet your expectations, could you please provide some test files or expect visual?

 

Community Support Team _ Jay Wang

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

Anonymous
Not applicable

Dear @Anonymous ,

 

Date and Observation methods are in same column, 

 

But I want date filter applicable to calculated calcumn.error.jpg

Hi,

Your formula is correct.  Write that as a measure (not a calculated column).

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

Hello @Ashish_Mathur , I am new here, can u help me step by step.

 

Is it possible to covert calculated column to a measure?

There is no way to convert.  Delete the calculated column formula and go to Modelling > New Measure.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/
Anonymous
Not applicable

hi @Anonymous ,

 

I create a demo according to your description:

1.pngCapture3.PNG

 

 

 

 

 

 

 

 

Manage relationship between table “observation” and table “date”:

Capture.PNG

Create measure according to your code:

2.png

Result would be changed after changing values of slicer:

Capture1.PNGCapture2.PNG

If this demo doesn’t meet your expectations, any test data would be helpful if you can provide.

Hopefully works for you, BTW, PBIX as attached.

 

Community Support Team _ Jay Wang

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

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors