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.
HI Export below my input
I have tried my Power BI report using Matrix below like
my problem is Jan-22 IND is blank(NO values in source table)
Feb-22 USA is BLank
I need where Blank values replace Zero.
Expected Output.
Solved! Go to Solution.
Hi @Shanvitha_V ,
I created a sample pbix file(see the attachment) for you, please check whether that is what you want.
1. Create a country dimension table using below formula
Countries = VALUES('Table'[Country])
2. Create a measure as below:
Measure = SUM('Table'[Amount])+0
3. Create a matrix visual as below(Rows: field [Month Year] Columns: field [Country] of the country dimension table Values: new measure)
Best Regards
Hi @Shanvitha_V ,
I created a sample pbix file(see the attachment) for you, please check whether that is what you want.
1. Create a country dimension table using below formula
Countries = VALUES('Table'[Country])
2. Create a measure as below:
Measure = SUM('Table'[Amount])+0
3. Create a matrix visual as below(Rows: field [Month Year] Columns: field [Country] of the country dimension table Values: new measure)
Best Regards
Hi,
There is the same solve issue in the community, Please have a look :
https://community.powerbi.com/t5/Desktop/Replacing-null-values-in-matrix-visual/td-p/1019736
Appreciate your Kudos and please mark it as a solution if it helps
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
118 | |
79 | |
47 | |
45 | |
32 |
User | Count |
---|---|
172 | |
90 | |
66 | |
46 | |
45 |