Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hello ,
I created this measure in Power BI:
my obejectif is to display only programs with data and not to display empty programs,and I can’t get them off the screen.
Thank you,
Solved! Go to Solution.
Hi @Nihed
Please try
Program Arreras =
CONCATENATEX (
FILTER (
SUMMARIZE (
'INCOME – Arrears Part II',
'INCOME – Arrears Part II'[Budget program.Budget program Level 01],
'INCOME – Arrears Part II'[Directorate],
"Balance Due", SUM ( 'INCOME – Arrears Part II'[Balance Due] ) / 1000
),
[Balance Due] <> BLANK ()
),
'INCOME – Arrears Part II'[Budget program.Budget program Level 01] & " : "
& FORMAT ( [Balance Due], "Standard" )
& UNICHAR ( 10 ),
[Balance Due],
DESC
)
Hi @Nihed
Please try
Program Arreras =
CONCATENATEX (
FILTER (
SUMMARIZE (
'INCOME – Arrears Part II',
'INCOME – Arrears Part II'[Budget program.Budget program Level 01],
'INCOME – Arrears Part II'[Directorate],
"Balance Due", SUM ( 'INCOME – Arrears Part II'[Balance Due] ) / 1000
),
[Balance Due] <> BLANK ()
),
'INCOME – Arrears Part II'[Budget program.Budget program Level 01] & " : "
& FORMAT ( [Balance Due], "Standard" )
& UNICHAR ( 10 ),
[Balance Due],
DESC
)
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
21 | |
15 | |
14 | |
11 | |
9 |
User | Count |
---|---|
27 | |
23 | |
12 | |
11 | |
10 |