The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
Hi @Anonymous ,
For columns, try this :
Measure =
IF ( MAX ( 'Table'[Type] ) = "S", MAX ( 'Table'[Noti number] ) )
Column =
IF ( 'Table'[Type] = "S", 'Table'[Noti number] )
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
IF ( SELECTEDVALUE([Type]) == "S", MAX OR MIN([Noti number]),blank()).
IF ( SELECTEDVALUE([Type]) == "S", MAX OR MIN([Noti number]),blank()).
Hi,
Only the existing measure values are listing out while writing DAX, the column "Type" is not listed.
Hi @Anonymous ,
For columns, try this :
Measure =
IF ( MAX ( 'Table'[Type] ) = "S", MAX ( 'Table'[Noti number] ) )
Column =
IF ( 'Table'[Type] = "S", 'Table'[Noti number] )
Best regards
Icey
If this post helps, then consider Accepting it as the solution to help other members find it faster.
User | Count |
---|---|
65 | |
62 | |
60 | |
53 | |
28 |
User | Count |
---|---|
181 | |
82 | |
67 | |
47 | |
44 |