Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello,
I have a calculated column in my Table created by this code:
With this calculated column I can filter all rows that are different from "false" and get only the rows I want. I would like to create a new separate table with just those rows different from "false". How can I do this?
Solved! Go to Solution.
Hi @Anonymous ,
You can create a new table using the syntax below:
Table 2 = FILTER('Table', 'Table'[FilterCol] = "False")
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsHi @Anonymous ,
You can create a new table using the syntax below:
Table 2 = FILTER('Table', 'Table'[FilterCol] = "False")
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsUser | Count |
---|---|
117 | |
75 | |
61 | |
50 | |
44 |
User | Count |
---|---|
174 | |
125 | |
60 | |
60 | |
57 |