Power BI Custom Visuals Explorer
Excellent!
Just make the following adjustment: appSupportedProducts=PowerBI.
And then it work fine
//Ola
Replace 'Remove Duplicates' with the following rows
#"Inserted Text Between Delimiters_2" = Table.AddColumn(#"Renamed Columns", "Text Between Delimiters_2", each Text.BetweenDelimiters([Column1], " class=""appSupportedProducts"">", "</", 0, 0), type text),
#"Renamed Columns_2" = Table.RenameColumns(#"Inserted Text Between Delimiters_2",{{"Text Between Delimiters_2", "SupportedProducts"}}),
#"Filtered Rows2" = Table.SelectRows(#"Renamed Columns_2", each ([SupportedProducts] = "PowerBI")),
#"Removed Duplicates" = Table.Distinct(#"Filtered Rows2", {"Chart Title"}),
Oh i think it may be an old version of the report attached. Ive attached a new one that fixes the problem you are referring to, just a little differently.