Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
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?
Solved! Go to Solution.
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
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.
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.
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
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
Check out the October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
101 | |
97 | |
88 | |
68 |
User | Count |
---|---|
169 | |
133 | |
130 | |
103 | |
95 |