Hello,
I am trying to generate results from a DAX query on a PBI dataset, with the specificity to split the results in 2 tables : one for positive results, the other for negatives.
And for each, I have stored the results in 2 HTML tables, did 2 CSS that are exactly the same except that the last column containing my % should be red for the negatives table, and green for the positives.

Red text for last column in neg table

Green text for last column in pos table

When I run it, I get this :

Both tables have the last column green, meaning that in some way the CSS for the second table overrides the first one.
Are there any way to avoid/workaround this ?
Thanks a lot for the help !
Best regards