Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreThe FabCon + SQLCon recap series starts April 14th at 8am Pacific. If you’re tracking where AI is going inside Fabric, this first session is a can't miss. Register now
I'm using Power BI Report Server Jan 2020 build.
Following is my measure for one of the columns in a matrix table -
MonthEndOpen =
VAR EOM = MAX('Calendar'[EOM])
RETURN
SUMX( FILTER(ALL(RequestStats), RequestStats[received_date] <= EOM && (RequestStats[closed_date] > EOM || RequestStats[closed_date] = BLANK())),1)
I have a column called Unit which represents the various units in the company. When I drop this "Unit" column to "Filters on this page" or "Filter on all pages", it does not do anything to the MonthEndOpen column no matter what unit I select in the filter. What am I doing wrong? Thank you.
Hi, @pborah
Not very clear.
It seem that you are using sumx(all(table),1) .
Are you trying to count the number of days that meet certain conditions?
Maybe you can take a try to use ALLEXCEPT('Table','Table'[UNIT]) to replace all(table).
Best Regards,
Community Support Team _ Eason
@v-easonf-msft any chance I can send you a pbix privately. This was worked on by a pair of third party consultants (who themselves consulted google while building this) before I was hired. The whole thing seems to be a jumbled mess.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 53 | |
| 40 | |
| 38 | |
| 19 | |
| 18 |
| User | Count |
|---|---|
| 70 | |
| 69 | |
| 34 | |
| 33 | |
| 30 |