Microsoft Fabric Community Conference 2025, March 31 - April 2, Las Vegas, Nevada. Use code FABINSIDER for a $400 discount.
Register nowGet inspired! Check out the entries from the Power BI DataViz World Championships preliminary rounds and give kudos to your favorites. View the vizzies.
Good Day and Thank you
I'm looking to see how to perform the below sorry I can't provide more info as I've never attempted this prior not really sure how to phrase it.
Solved! Go to Solution.
Hi @EZimmet ,
Add a new colum with the following code:
if
List.AnyTrue(
List.Transform(
Table1_Sharepoint[Path],
(x) => Text.Contains([Path], x)
)
) then "Text Exists" else null
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsThank You Miguel
You were spot on with this solution 😎
Hi @EZimmet ,
Not really sure if I understand your requirements. What do you mean to use the excel file in a Text.Contains Formula do you want to have a filter on the tables that uses the values from the Excel file?
You have several lines in the table but you only are highlithing one, do you only want the first result?
Can you please provide more insights.
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em Português@MFelix
TY for your response
This is being used for doing Data Center Rack Audits / The Text.Contains is the Parent Rack in the Excel
The PBX has all the Data Center inventory – The Path field shows the Rack then the devices in the rack {Ex. Server, Switch...}
We would like to use the Excel file as our input for what would be inserted into the Text.Contains formula to automate the process otherwise we would need to update the Custom Column every few months insert with the new audits and republish
In the example I only bolded the first line so it would stand out but yes every record in the Excel will have associated records found in the PBIX
Hope this helps and TY Again for assisting
Hi @EZimmet ,
Add a new colum with the following code:
if
List.AnyTrue(
List.Transform(
Table1_Sharepoint[Path],
(x) => Text.Contains([Path], x)
)
) then "Text Exists" else null
Regards
Miguel Félix
Proud to be a Super User!
Check out my blog: Power BI em PortuguêsMarch 31 - April 2, 2025, in Las Vegas, Nevada. Use code FABINSIDER for a $400 discount!
Check out the February 2025 Power BI update to learn about new features.
User | Count |
---|---|
93 | |
75 | |
65 | |
51 | |
36 |
User | Count |
---|---|
113 | |
90 | |
80 | |
62 | |
40 |