The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
Hi
I have table with 3 measures. How can I hide Quorter var equal to 0? When I used filters on this visual and set Quorter var is not 0 at the same time % cap and PQ % cap were affected. Is there any workaround?
Hi @Donia12215
Please try
Quorter var =
VAR TimePercent = [time % cap]
VAR PQPercent = [PQ % cap]
RETURN
IF ( TimePercent + PQPercent > 0, TimePercent - PQPercent )
User | Count |
---|---|
28 | |
12 | |
8 | |
7 | |
5 |
User | Count |
---|---|
36 | |
14 | |
12 | |
8 | |
7 |