Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
DataAnalysis
Frequent Visitor

Unable to visualize due to data format after processing duplicate data

Hello, I am receiving a lot of help from PowerBI Community in Korea.
Thank you very much for your hard work.

I have one question. Can you help me?

 

Due to the difference in Data Format, the existing Visualization Graph does not work properly.

My current situation is as follows.
- In the same case, several WorkPlaces were separated by ,(Comma), so we separated them by using Split function.
- Actually hours were processed in duplicate, so I wanted to make the actual hours 0 for the other Row except for one. Therefore, the following functions were created in the MPC Actual Hours Column to avoid duplication.
- The data types for each column are as follows.
Case Number = Text
Actual Hours = Whole Number
WorkPlace = Whole Number

 

This is where the problem occurs.

1. When Actual Hours is Whole Number, an error occurs in WorkPlace Actual Hours.
"Expressions that yield variant data-type cannot be used to define calculated columns."

중복처리후 Data 계산 불가1.JPG

 

 

2. When I changed the data of Actual Hours to Text, the error disappears and the WorkPlace Actual Data is output. However, the Visualization graphs do not work as the existing Actual Hours type changes to Text.
(Error that Sum of Text Type cannot be visualized)

중복처리후 Data 계산 불가2.JPG

3. CaseNumber contains characters and cannot be converted to numbers.

 

**Requirements**
1. While WorkPlace Actual Hours is output, I want to maintain visualization using Actual Hours.
Can't WorkPlace Actual Hours be printed normally while maintaining the Whole Number Type of Actual Hours?

 

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @DataAnalysis ,

 

Keep the [Actual Hours] to be whole number.

The values on both sides of the equal sign need to be of the same type.

Since the [Actual Hours] is whole number, please modify = "0"(text) to = 0(whole number).

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.

View solution in original post

2 REPLIES 2
v-jayw-msft
Community Support
Community Support

Hi @DataAnalysis ,

 

Keep the [Actual Hours] to be whole number.

The values on both sides of the equal sign need to be of the same type.

Since the [Actual Hours] is whole number, please modify = "0"(text) to = 0(whole number).

 

Best Regards,

Jay

Community Support Team _ Jay
If this post helps, then please consider Accept it as the solution
to help the other members find it.
amitchandak
Super User
Super User

@DataAnalysis , in the first formula remove double quote on 0

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Power BI Monthly Update - May 2024

Check out the May 2024 Power BI update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.