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,
I am trying to do some division based on a filter. I need to create a column called average position which is equal to total position/impressions only when my type is search. Type can have two values search and shopping. I used following formula:
avg pos = calculate(divide(total pos,impressions,0),type="Search")
I am getting desire results when I filter my matrix for search but when I filter for shopping. I can see the values same as search. But I want when I filter data for shopping, avg pos will show 0 or -.
Kindly help
Regards,
Shruti
Solved! Go to Solution.
I have solved it myself by using selectedvalues() and isfitered() functions in DAX
I have solved it myself by using selectedvalues() and isfitered() functions in DAX
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
71 | |
37 | |
31 | |
26 |
User | Count |
---|---|
92 | |
50 | |
44 | |
40 | |
35 |