This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Im using quick measure and want to make a small adjustment instead of IN i want to choose the whole table..
how do i go about doing that ?
HI @Anonymous,
You can use all functions to extract the target table field values and compare them with your expressions:
Count of BICUST difference From Table =
VAR __BASELINE_VALUE =
CALCULATE (
DISTINCTCOUNT ( 'VBISALES (2)'[BICUST] ),
'VBISALES (2)'[BIITEM] IN ALLSELECTED ( Table[Column] )
)
VAR __MEASURE_VALUE =
DISTINCTCOUNT ( 'VBISALES (2)'[BICUST] )
RETURN
IF ( NOT ISBLANK ( __MEASURE_VALUE ), __MEASURE_VALUE - __BASELINE_VALUE )
Regards,
Xiaoxin Sheng
Hello, try making this measure:
DistinctBICUST=DISTINCTCOUNT('VBISALES (2)'[BICUST])
thanks for that suggestion, didnt work though. I remember trying that
Are you able to describe whats not working about that? Its just the core part of the calculation without the filtering.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 30 | |
| 23 | |
| 21 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 62 | |
| 35 | |
| 34 | |
| 24 | |
| 24 |