I have been investigating the reported bug
forge.joomlapolis.com/issues/8485
in your other thread
www.joomlapolis.com/forum/255-developer-members-support/243888-subscription-quandary?start=0#324571
, and while there is a bug when mixing amount and percentage in the same tax rate, that implementation doesn't address your use case.
To address your use case, you can use Tax priorities as follows (I am taking as example the use-case of your first post in this thread
www.joomlapolis.com/forum/255-developer-members-support/243869-solved-taxes-help#324485
A. Create a tax rule for your special partly taxed items
B. Create 4 tax rates, assigned to your tax rules:
1. Priority 1: remove fixed amount of 75 (fixed amount of -75)
2. Priority 2 (ordering: first of priority 2 for that tax rule): add federal tax of 8%
3. Priority 2 (if the local tax applies on same amount as federal tax, otherwise choose different priority): province tax
4. Priority 3: Add back the removed 75 (fixed amount of 75)
Of course, for step 3, have one tax rule per province.
Here a screen-shot that shows the displayed basket result:
I will look into your other thread separately, and reply there too.