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 All,
I recently started using Powerbi for visualizations, and I am stuck on two questions and need help.
Question 1:
How can I create a visualization like this? Say, for example, I a similar data and want the final output to be arranged like this; how can I achieve this in PowerBi?
Question 2:
I have a list of data that I want the show the total number, and I can use the card visualization and count distinct; the issue is that blank rows get counted too. Here is an example:
Street Cars
Li White
Jane
Vic Blue
Tar Red
Mark Green
In this case, the issue is that I count cars as distinct though Jane is blank, it gets counted. Visualizations on the dashboard are linked so I want it to be blank and not show a number when filtered for jane.
Thanks for the help
Solved! Go to Solution.
Hi @Xtreme-90 ,
For question 1, we are bit unclear with your data structure but as per the listed table you can use matrix as shown in below screenshot,
For Question 2, you can create a measure in your table with DAX expression:
Total Cars = CALCULATE(COUNTROWS(StreetCars), not (StreetCars[Cars] = ""))
If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
Hi @Xtreme-90 ,
For question 1, we are bit unclear with your data structure but as per the listed table you can use matrix as shown in below screenshot,
For Question 2, you can create a measure in your table with DAX expression:
Total Cars = CALCULATE(COUNTROWS(StreetCars), not (StreetCars[Cars] = ""))
If this answer helps, please mark it as an Accepted Solution so it would help others to find the solution.
Thanks!
Inogic Professional Service Division
An expert technical extension for your techno-functional business needs
Power Platform/Dynamics 365 CRM
Drop an email at crm@inogic.com
Service: http://www.inogic.com/services/
Power Platform/Dynamics 365 CRM Tips and Tricks: http://www.inogic.com/blog/
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 |
---|---|
145 | |
85 | |
66 | |
52 | |
48 |
User | Count |
---|---|
215 | |
90 | |
83 | |
67 | |
59 |