Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hi Colleagues! Lots of usefull function work with columns, for example DISTINCTCOUNT. But amazing filter function FILTER returns TABLE. It would be great to shrink FILTER results to specific column to use with DISTINCTCOUNT, DISTINCT, COUNTA etc. Is it possible?
Solved! Go to Solution.
@Anonymous ,not very clear.
example how can you use
calculate(DISTINCTCOUNT(Table[Column1]), filter(Table, Table[Column2] ="ABC"))
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.
@Anonymous ,not very clear.
example how can you use
calculate(DISTINCTCOUNT(Table[Column1]), filter(Table, Table[Column2] ="ABC"))
The information you have provided is not making the problem clear to me. Can you please explain with an example.
Appreciate your Kudos.