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
muhammedaslam02
Frequent Visitor

Trying merge two equation to single

Hai,

I am trying to put this two-equation to single. I want total number of raws from the data model with mentioned company name and water tags

Total Tickets = calculate(COUNTROWS(Data),FILTER(Data,Data[Company Name]="New company1 "||Data[Company Name]="New company2"||Data[Company Name]="New company3"|| Data[Company Name]="New company4"||Data[Company Name]="New company5"))


Water Tags = CALCULATE(COUNTROWS(Data),FILTER(Data,CONTAINSSTRING(Data[Tags],"water")))

Can you please help me Can you help me?

2 ACCEPTED SOLUTIONS
thiagocamillo
Helper I
Helper I

Total Tickets and Water Tags

VAR vTT =

Total Tickets = calculate(COUNTROWS(Data),FILTER(Data,Data[Company Name]="New company1 "||Data[Company Name]="New company2"||Data[Company Name]="New company3"|| Data[Company Name]="New company4"||Data[Company Name]="New company5"))

VAR vWT=
Water Tags = CALCULATE(COUNTROWS(Data),FILTER(Data,CONTAINSSTRING(Data[Tags],"water")))

 

RETURN

vTT&" - "& vWT

View solution in original post

v-xiaotang
Community Support
Community Support

Hi @muhammedaslam02 

Thanks for reaching out to us.

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

 

Best Regards,

Community Support Team _Tang

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

View solution in original post

3 REPLIES 3
v-xiaotang
Community Support
Community Support

Hi @muhammedaslam02 

Thanks for reaching out to us.

I just want to confirm if you resolved this issue? If yes, you can accept the answer helpful as the solution or share you method and accept it as solution, thanks for your contribution to improve Power BI.

If you need more help, please let me know.

 

 

Best Regards,

Community Support Team _Tang

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

thiagocamillo
Helper I
Helper I

Total Tickets and Water Tags=

VAR vTT =

Total Tickets = calculate(COUNTROWS(Data),FILTER(Data,Data[Company Name]="New company1 "||Data[Company Name]="New company2"||Data[Company Name]="New company3"|| Data[Company Name]="New company4"||Data[Company Name]="New company5"))

VAR vWT=
Water Tags = CALCULATE(COUNTROWS(Data),FILTER(Data,CONTAINSSTRING(Data[Tags],"water")))

 

RETURN

vTT&" - "& vWT

thiagocamillo
Helper I
Helper I

Total Tickets and Water Tags

VAR vTT =

Total Tickets = calculate(COUNTROWS(Data),FILTER(Data,Data[Company Name]="New company1 "||Data[Company Name]="New company2"||Data[Company Name]="New company3"|| Data[Company Name]="New company4"||Data[Company Name]="New company5"))

VAR vWT=
Water Tags = CALCULATE(COUNTROWS(Data),FILTER(Data,CONTAINSSTRING(Data[Tags],"water")))

 

RETURN

vTT&" - "& vWT

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.