Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi Everyone
when i am single select UAE Country in that slicer it will show only Country Wise Amount. but am multiple select on that slicer ( more Country )it will show only conversion amount. so how to do that?. please sort me out
@Anonymous , I doubt you can add a column based on the number of values of selection.
You can make the conversion amount blank using is filtered and hasonevalue
https://www.youtube.com/watch?v=hXg3kRFSGjAhttps://www.youtube.com/watch?v=hXg3kRFSGjA
https://powerpivotpro.com/2013/03/hasonevalue-vs-isfiltered-vs-hasonefilter/
Hi
Am trying this way but this is not working. if i click on that two country i want total appreal sales but it showing total apperal store. so it's not working
@Anonymous , check what is value you are getting for distinctcount([country_name])
or try like
if( distinctcount([country_name]) >1, [meaure1] , [measure 2])
User | Count |
---|---|
25 | |
12 | |
8 | |
6 | |
6 |
User | Count |
---|---|
26 | |
12 | |
11 | |
10 | |
6 |