Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more
Hi
Please I need a method to create a variance chart showing the first N customers(based on users input ) and a dynamic variance = average sales - value . Value is a dynamic input from the users .The picture is just the logic im trying to explain
Solved! Go to Solution.
Hi,
Modify the measure to
Measure = if(ISBLANK([Top CX]),BLANK(),[Top CX]-SELECTEDVALUE('Price'[Price]))
Hope this helps.
Hi,
Share the link from where i can download your PBI file.
Hi,
Modify the measure to
Measure = if(ISBLANK([Top CX]),BLANK(),[Top CX]-SELECTEDVALUE('Price'[Price]))
Hope this helps.
@eaweyepe01 , Use a what if parameter or slicer
CALCULATE([Avg Sales],TOPN(selectedvalues(param[Param]) ,all(Query1[customer]),calculate([Avg Sales],DESC),VALUES(Query1[customer])))
also check
Thanks amitchandak,
It is working partially , it shows all customers and returns Avg Sales only for selected Top N and for the rest of customers its blank. Is there a way I can code so I dont see the remaining customers in my table?
Thanks
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.
| User | Count |
|---|---|
| 22 | |
| 22 | |
| 18 | |
| 17 | |
| 13 |
| User | Count |
|---|---|
| 61 | |
| 52 | |
| 47 | |
| 41 | |
| 38 |