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 use measure to help me determine what i need to order for a product. Everything is filtering correctly (filters are at the page level for a specific item number and store status). However when i add in this measure it no longer filters down to what I want.
Any help would be appreciated!
Before measure is added - 328 store showing, and only those stores:
After measure is added - more stores showing that is not part of the 328:
Measure:
Solved! Go to Solution.
I figured it out. I had to do a Sumx formula in a seperate measure to find the status. Then i could use that measure in my formula. Example below.
I have a club table that get pulls into my visual that only lists club information.
I have a seperate table that lists what the club status is 0 for inactive and 1 for active. Make sure this is a number column.
I used this measure to find the club status as a measure Curr Status = CALCULATE(SUMX('Club Alignment', 'Club Alignment'[Status]))
Using that new measure, i was then able to list my if formulas and keep my status showing for only active clubs.
I figured it out. I had to do a Sumx formula in a seperate measure to find the status. Then i could use that measure in my formula. Example below.
I have a club table that get pulls into my visual that only lists club information.
I have a seperate table that lists what the club status is 0 for inactive and 1 for active. Make sure this is a number column.
I used this measure to find the club status as a measure Curr Status = CALCULATE(SUMX('Club Alignment', 'Club Alignment'[Status]))
Using that new measure, i was then able to list my if formulas and keep my status showing for only active clubs.
I think you have to add "and not blank" criteria to your filters. (i had a similar issue where this was the solution which solved my problem)
Measures can only impact a visual, not an entire page.
Please provide sample data that covers your issue or question completely, in a usable format (not as a screenshot).
Do not include sensitive information or anything not related to the issue or question.
If you are unsure how to upload data please refer to https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-...
Please show the expected outcome based on the sample data you provided.
Want faster answers? https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447...
User | Count |
---|---|
79 | |
74 | |
44 | |
32 | |
28 |
User | Count |
---|---|
100 | |
93 | |
52 | |
50 | |
48 |